Patches item #1557390, was opened at 2006-09-12 19:35 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1557390&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Modules Group: Python 2.5 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Eric V. Smith (ericvsmith) Assigned to: Nobody/Anonymous (nobody) Summary: datetime's strftime limits strings to 127 chars Initial Comment: See bug http://python.org/sf/1556784 By putting the length into a char, wrap_strftime() restricts the format string to be 127 characters long. This patch removes that restriction, but using Py_ssize_t. Test included. Patch is against release25-maint. ---------------------------------------------------------------------- >Comment By: Georg Brandl (gbrandl) Date: 2006-09-30 11:17 Message: Logged In: YES user_id=849994 Thanks for the report, fixed in rev. 52072, 52073 (2.4), 52074 (2.5). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1557390&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches