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 hagen
Recipients benjamin.peterson, hagen, loewis
Date 2009-03-07.09:42:42
SpamBayes Score 0.00014234413
Marked as misclassified No
Message-id <1236418965.91.0.597035095199.issue5425@psf.upfronthosting.co.za>
In-reply-to
Content
I can see the merit of not including "bytes" in StringTypes, but then
the translation of StringType should be changed accordingly. How about
changing the present

StringType -> bytes
StringTypes -> str

into

StringType -> str
StringTypes -> (str,)
History
Date User Action Args
2009-03-07 09:42:46hagensetrecipients: + hagen, loewis, benjamin.peterson
2009-03-07 09:42:45hagensetmessageid: <1236418965.91.0.597035095199.issue5425@psf.upfronthosting.co.za>
2009-03-07 09:42:44hagenlinkissue5425 messages
2009-03-07 09:42:43hagencreate