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 antlong
Recipients antlong, belopolsky, ronaldoussoren
Date 2010-07-23.03:16:11
SpamBayes Score 6.43824e-07
Marked as misclassified No
Message-id <1279854974.09.0.203575359081.issue9335@psf.upfronthosting.co.za>
In-reply-to
Content
Also: windows 64x, python 2.7

   1.
      Python 2.7 (r27:82525, Jul  4 2010, 07:43:08) [MSC v.1500 64 bit (AMD64)] on win32
   2.
      Type "copyright", "credits" or "license()" for more information.
   3.
      >>> import string
   4.
      >>> string.letters
   5.
      'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\x83\x8a\x8c\x8e\x9a\x9c\x9e\x9f\xaa\xb5\xba\xc0\xc1\xc2\xc3\xc4\xc5\xc6\xc7\xc8\xc9\xca\xcb\xcc\xcd\xce\xcf\xd0\xd1\xd2\xd3\xd4\xd5\xd6\xd8\xd9\xda\xdb\xdc\xdd\xde\xdf\xe0\xe1\xe2\xe3\xe4\xe5\xe6\xe7\xe8\xe9\xea\xeb\xec\xed\xee\xef\xf0\xf1\xf2\xf3\xf4\xf5\xf6\xf8\xf9\xfa\xfb\xfc\xfd\xfe\xff'
   6.
      >>> import locale
   7.
      >>> locale.getdefaultlocale()
   8.
      ('en_US', 'cp1252')
   9.
      >>>
History
Date User Action Args
2010-07-23 03:16:14antlongsetrecipients: + antlong, ronaldoussoren, belopolsky
2010-07-23 03:16:14antlongsetmessageid: <1279854974.09.0.203575359081.issue9335@psf.upfronthosting.co.za>
2010-07-23 03:16:12antlonglinkissue9335 messages
2010-07-23 03:16:12antlongcreate