diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-06-17 20:44:28 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-06-17 20:44:28 +0000 |
| commit | a6d9e087b3ff26630bf5d9021179e4f2e981ee86 (patch) | |
| tree | d24e0efb34110916398ff7ab1023a4bdd11a2c32 | |
| parent | 930a345d55c806fea04be1030f82e6bdd38ab31a (diff) | |
| download | docutils-a6d9e087b3ff26630bf5d9021179e4f2e981ee86.tar.gz | |
pre 0.9.1 doc
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7445 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/RELEASE-NOTES.txt | 4 | ||||
| -rw-r--r-- | sandbox/infrastructure/releasing-log.txt | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/docutils/RELEASE-NOTES.txt b/docutils/RELEASE-NOTES.txt index 38588ef20..03a996254 100644 --- a/docutils/RELEASE-NOTES.txt +++ b/docutils/RELEASE-NOTES.txt @@ -48,6 +48,10 @@ Future changes Changes Since 0.9 ================= +* General: + + Several fixes for Python 3 usage. + * docutils/setup.py - Fix [ 3527842 ]. Under Python 3, converted tests and tools were diff --git a/sandbox/infrastructure/releasing-log.txt b/sandbox/infrastructure/releasing-log.txt index 46effb7fd..d2b79600d 100644 --- a/sandbox/infrastructure/releasing-log.txt +++ b/sandbox/infrastructure/releasing-log.txt @@ -8,6 +8,17 @@ Releasing Notes on what happend while releasing. +Release 0.9.1 +============= + +same failures as for 0.9 plus + +* python 2.3: twice, ignored :: + + - [Errno 2] No such file or directory: 'bogus.csv'. + + [Errno 2] No such file or directory: u'bogus.csv'. + + Release 0.9 =========== |
