commit | 401d856309f56c4953da1062b97894ccf93b9ab3 | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Sat Jul 03 22:05:41 2010 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Sat Jul 03 22:05:41 2010 +0000 |
tree | 37a481951827f84af448ec182339c2d3f89a9a47 | |
parent | 2cf1585499e264a6b1a3583a06d025e5ed24d9c9 [diff] |
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".