Changeset 56

Show
Ignore:
Timestamp:
Thu Jun 1 20:15:35 2006
Author:
jpellerin
Message:

r1444@Jason-Pellerins-Computer: jhp | 2006-06-01 20:15:25 -0500
Update changelog of b2

Files:

Legend:

Unmodified
Added
Removed
Modified
  • branches/0.9-stable/CHANGELOG

    r50 r56  
      1 0.9.0b2  
      2  
      3 - Allow --debug to set any logger to DEBUG. Thanks to casbon at gmail.com for  
      4   the patch.  
      5 - Fix doctest help, which was missing notes about the environment variables  
      6   that it accepts. Thanks to Kumar McMillan for the patch.  
      7 - Restore sys.stdout after run() in nose.core. Thanks to Titus Brown for the  
      8   bug report.  
      9 - Correct handling of trailing comma in attrib plugin args. Thanks Titus Brown  
      10   for the patch.  
      11  
    1 12 0.9.0b1  
    2 13  
     
    5 16 - Fix bug in nose.importer that would cause an attribute error when a local  
    6 17   module shadowed a builtin, or other object in sys.modules, without a  
    7     __file__ attribute.  
      18   __file__ attribute. Thanks to casbon at gmail.com for the bug report.  
    7 18 - Fix bug in nose.tools decorators that would cause decorated tests to appear  
    8 19   with incorrect names in result output.