Issue 3059: Removing .decode calls from Lib/calendar.py (original) (raw)

Issue3059

Created on 2008-06-07 19:40 by gpolo, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
no_strdecode.diff gpolo,2008-06-07 19:40
Messages (2)
msg67815 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2008-06-07 19:39
I've removed calls to s.decode found at Lib/calendar.py as it is no longer needed in py3k and doesn't even work (since .decode is gone).
msg67827 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-06-08 08:40
Thanks, committed in r64033.
History
Date User Action Args
2022-04-11 14:56:35 admin set github: 47309
2008-06-08 08:40:21 georg.brandl set status: open -> closedresolution: fixedmessages: + nosy: + georg.brandl
2008-06-07 19:43:15 gpolo set title: Removing s.decode at Lib/calendar.py -> Removing .decode calls from Lib/calendar.py
2008-06-07 19:40:02 gpolo create