[Python-modules-commits] r21023 - in packages/sphinx/trunk/debian/patches (1 file)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Mon Apr 2 20:16:47 UTC 2012
Date: Monday, April 2, 2012 @ 20:16:45
Author: jwilk
Revision: 21023
Start short description with lowercase.
Modified:
packages/sphinx/trunk/debian/patches/pygments_byte_strings.diff
Modified: packages/sphinx/trunk/debian/patches/pygments_byte_strings.diff
===================================================================
--- packages/sphinx/trunk/debian/patches/pygments_byte_strings.diff 2012-04-02 20:14:06 UTC (rev 21022)
+++ packages/sphinx/trunk/debian/patches/pygments_byte_strings.diff 2012-04-02 20:16:45 UTC (rev 21023)
@@ -1,4 +1,4 @@
-Description: Fix Unicode issues in PygmentsBridge.highlight_block()
+Description: fix Unicode issues in PygmentsBridge.highlight_block()
In some circumstances pygments.highlight() returns a byte string instead of
Unicode string. PygmentsBridge.highlight_block() does expect Unicode strings
only, so convert such strings forcibly to Unicode.
More information about the Python-modules-commits
mailing list