Improve the handling of non-Unicode strings in the configuration:

warn about non-ascii bytestrings, and give nicer messages if unicode errors
occur.
This commit is contained in:
Georg Brandl
2010-01-12 10:45:38 +00:00
parent c8321d3020
commit 43d08313a0
7 changed files with 59 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
Release 0.6.4 (in development)
==============================
* Improve the handling of non-Unicode strings in the configuration.
* #316: Catch OSErrors occurring when calling graphviz with
arguments it doesn't understand.