This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Demo/classes/Dates.py does not work in 3.x
Type: behavior Stage: resolved
Components: Demos and Tools Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: belopolsky Nosy List: belopolsky
Priority: normal Keywords: easy, patch

Created on 2010-07-03 20:52 by belopolsky, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue9151.diff belopolsky, 2010-07-03 21:06
Messages (3)
msg109192 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2010-07-03 21:06
I am attaching a minimal patch to make included test pass.
msg109195 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2010-07-03 21:43
Committed in r82517.
msg109196 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2010-07-03 22:08
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.
History
Date User Action Args
2022-04-11 14:57:03adminsetgithub: 53397
2010-12-30 22:14:16georg.brandlunlinkissue7962 dependencies
2010-07-04 17:58:00eric.araujosetresolution: accepted -> fixed
2010-07-04 17:57:16eric.araujosetstage: patch review -> resolved
2010-07-04 17:24:22belopolskylinkissue7962 dependencies
2010-07-03 22:08:26belopolskysetstatus: open -> closed
resolution: accepted
messages: + msg109196
2010-07-03 21:43:07belopolskysetmessages: + msg109195
2010-07-03 21:06:33belopolskysetkeywords: + easy, patch
files: + issue9151.diff
messages: + msg109192

stage: needs patch -> patch review
2010-07-03 20:52:29belopolskycreate