Message177335
| Author |
serhiy.storchaka |
| Recipients |
amaury.forgeotdarc, jkloth, r.david.murray, serhiy.storchaka, techtonik |
| Date |
2012年12月11日.11:24:34 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1355225074.93.0.676230063818.issue16656@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
What are the results of os.listdir(b'.') and os.listdir(u'.') on Python 2.7 and Python 3.3+?
What are the results of os.stat(b'Русское имя') and os.stat(b'Русское имя') on Python 2.7 and Python 3.3+?
What are the results of sys.getdefaultencoding(), sys.getfilesystemencoding(), locale.getpreferredencoding(False) and locale.getpreferredencoding(True) on Python 2.7 and Python 3.3+?
If any of those calls fail, please provide a full traceback. |
|