12 Apr 2011 11:10
r7007 - in trunk/docutils: HISTORY.txt docutils/__init__.py docutils/utils.py test/test__init__.py test/test_utils.py
<milde <at> users.berlios.de>
2011-04-12 09:10:57 GMT
2011-04-12 09:10:57 GMT
Author: milde
Date: 2011-04-12 11:10:57 +0200 (Tue, 12 Apr 2011)
New Revision: 7007
Added:
trunk/docutils/test/test__init__.py
Modified:
trunk/docutils/HISTORY.txt
trunk/docutils/docutils/__init__.py
trunk/docutils/docutils/utils.py
trunk/docutils/test/test_utils.py
Log:
Workaround for unicode messages in Exception instances with Python < 2.6.
Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt 2011-04-12 07:16:39 UTC (rev 7006)
+++ trunk/docutils/HISTORY.txt 2011-04-12 09:10:57 UTC (rev 7007)
<at> <at> -24,9 +24,11 <at> <at>
warn and fall back to English.
- Math support: reStructuredText "math" role and directive,
``math`` and ``math_block`` doctree elements.
- - Decode command line arguments with the locales preferred encoding
+ - Decode command line arguments with the locale's preferred encoding
(to allow, e.g., ``--title=Dornröschen``).
- Orphaned "python" reader and "newlatex2e" writer moved to the sandbox.
+ - Workaround for unicode messages in Exception instances
+ with Python < 2.6.
.. _BCP 47: http://www.rfc-editor.org/rfc/bcp/bcp47.txt
(Continue reading)
RSS Feed