]> granicus.if.org Git - python/commit
Issue #9151: Demo/classes/Dates.py does not work in 3.x Converted
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sat, 3 Jul 2010 22:05:41 +0000 (22:05 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sat, 3 Jul 2010 22:05:41 +0000 (22:05 +0000)
commit401d856309f56c4953da1062b97894ccf93b9ab3
tree37a481951827f84af448ec182339c2d3f89a9a47
parent2cf1585499e264a6b1a3583a06d025e5ed24d9c9
Issue #9151: Demo/classes/Dates.py does not work in 3.x Converted
descriptive comment into a docstring.  Cast attributes to int in
__init__.  Use __new__ instead of deleting attributes to
"uninitialize".
Demo/classes/Dates.py