annotate MANIFEST.in @ 298:257534b131bd

When using sys.stdout with a pipe or redirection the sys.stdout.encoding value will be set to None instead of what the environment first specified through any locale setting. As such, fall back to locale.getpreferredencoding() before the ultimate fallback to ASCII. OK: cmlenz closes: #76
author jruigrok
date Thu, 13 Dec 2007 11:51:36 +0000
parents bc22f5aef216
children
rev   line source
233
bc22f5aef216 Upgraded to CLDR 1.5 and improved timezone formatting.
cmlenz
parents: 1
diff changeset
1 include babel/global.dat
1
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
2 include babel/localedata/*.dat
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
3 include doc/api/*.*
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
4 include doc/*.html
Copyright (C) 2012-2017 Edgewall Software