Changes between Initial Version and Version 2 of Ticket #23219


Ignore:
Timestamp:
Jan 11, 2010, 4:18:17 AM (14 years ago)
Author:
skymoo (Adam Mercer)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23219

    • Property Priority changed from High to Normal
    • Property Owner changed from macports-tickets@… to krischik@…
  • Ticket #23219 – Description

    initial v2  
    11Current version of mechanize is 0.1.9. This version doesn't play too good with python 2.6:
    22
     3{{{
    34>>> from mechanize import Browser
    45>>> br = Browser()
     
    1718    robotparser._debug("allow all")
    1819AttributeError: 'module' object has no attribute '_debug'
    19 >>>
     20>>>
     21}}}
    2022
    2123This is known error which was fixed in next version. I've tested 0.1.11 and it works fine. Can you please bump the version in macports?