[issue1695] time.localtime() docstring has a wrong fieldname

2007-12-24 Thread Brett Cannon
Brett Cannon added the comment: Fixed in r59596 and r59597. -- resolution: -> fixed status: open -> closed versions: +Python 2.6 __ Tracker <[EMAIL PROTECTED]> __

[issue1695] time.localtime() docstring has a wrong fieldname

2007-12-24 Thread Brett Cannon
Changes by Brett Cannon: -- assignee: -> brett.cannon nosy: +brett.cannon __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list

[issue1695] time.localtime() docstring has a wrong fieldname

2007-12-24 Thread tapybugs
New submission from tapybugs: The docstring says "tm_day" but dir() knows "tm_mday" only: Python 2.5.1 (r251:54863, Oct 5 2007, 13:36:32) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import time >