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.

Author vstinner
Recipients vstinner
Date 2010-06-08.22:11:03
SpamBayes Score 0.0028573151
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Code of 's' and 'z' formats is *mostly* the same... except a bug (#8949).

Code of 'u' and 'Z' formats can also easily be factorized.

I don't really understand why the code was duplicated.
History
Date User Action Args
2010-06-08 22:11:05vstinnersetrecipients: + vstinner
2010-06-08 22:11:05vstinnersetmessageid: <[email protected]>
2010-06-08 22:11:04vstinnerlinkissue8951 messages
2010-06-08 22:11:03vstinnercreate