[Checkins] SVN: zc.sourcefactory/trunk/src/zc/sourcefactory/browser/token.txt as it seems impossible to upload umlauts in long_description to pypi using distutils, so I had to replace the umlauts

Michael Howitz mh at gocept.com
Wed Aug 27 07:49:48 EDT 2008


Log message for revision 90434:
  as it seems impossible to upload umlauts in long_description to pypi using distutils, so I had to replace the umlauts

Changed:
  U   zc.sourcefactory/trunk/src/zc/sourcefactory/browser/token.txt

-=-
Modified: zc.sourcefactory/trunk/src/zc/sourcefactory/browser/token.txt
===================================================================
--- zc.sourcefactory/trunk/src/zc/sourcefactory/browser/token.txt	2008-08-27 11:44:57 UTC (rev 90433)
+++ zc.sourcefactory/trunk/src/zc/sourcefactory/browser/token.txt	2008-08-27 11:49:47 UTC (rev 90434)
@@ -18,8 +18,8 @@
 =======
 
   >>> zc.sourcefactory.browser.token.fromUnicode(
-  ...     u'somestring with umlauts öäü')
-  '45dadc304e0d6ae7f4864368bad74951'
+  ...     u'somestring with strange chars #*&_;)')
+  'f33b8a6b56403c9d560e2ef772336798'
 
 Integer
 =======



More information about the Checkins mailing list