[issue9151] Demo/classes/Dates.py does not work in 3.x

2010-07-04 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: accepted -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue9151] Demo/classes/Dates.py does not work in 3.x

2010-07-04 Thread Éric Araujo
Changes by Éric Araujo : -- stage: patch review -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue9151] Demo/classes/Dates.py does not work in 3.x

2010-07-03 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Committed some minor "modernization" changes in r82521. Given that datetime.py is in the works (see issue7989), I don't think there is any reason to polish this demo further. -- resolution: -> accepted status: open -> closed _

[issue9151] Demo/classes/Dates.py does not work in 3.x

2010-07-03 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Committed in r82517. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9151] Demo/classes/Dates.py does not work in 3.x

2010-07-03 Thread Alexander Belopolsky
New submission from Alexander Belopolsky : I am attaching a minimal patch to make included test pass. -- keywords: +easy, patch stage: needs patch -> patch review Added file: http://bugs.python.org/file17850/issue9151.diff ___ Python tracker

[issue9151] Demo/classes/Dates.py does not work in 3.x

2010-07-03 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: belopolsky components: Demos and Tools nosy: belopolsky priority: normal severity: normal stage: needs patch status: open title: Demo/classes/Dates.py does not work in 3.x type: behavior versions: Python 3.2