Closes #1128: Fix Unicode errors when trying to format time strings with a non-standard locale.

This commit is contained in:
Georg Brandl
2013-03-30 17:53:04 +01:00
parent b9696a9d9d
commit 77d2a90f36
2 changed files with 8 additions and 4 deletions

View File

@@ -160,6 +160,8 @@ Bugs fixed
width, table layout width and text wrap width.
* Fix leading space in LaTeX table header cells.
* #1132: Fix LaTeX table output for multi-row cells in the first column.
* #1128: Fix Unicode errors when trying to format time strings with a
non-standard locale.
* #1127: Fix traceback when autodoc tries to tokenize a non-Python file.
* #1126: Fix double-hyphen to en-dash conversion in wrong places such as
command-line option names in LaTeX.