diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-27 15:35:26 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-27 15:35:26 +0000 |
| commit | ddf0468bd09fde455d6e96964c48d5ca514b12e9 (patch) | |
| tree | 666d79735fb066f014f562cd97aa692de2fed7ae /docutils | |
| parent | d5d0270af89772feade1f77a78ea2c87d0d4c25b (diff) | |
| download | docutils-ddf0468bd09fde455d6e96964c48d5ca514b12e9.tar.gz | |
forgot to check in HISTORY.txt with change to io.py; here's the history entry
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3140 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
| -rw-r--r-- | docutils/HISTORY.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docutils/HISTORY.txt b/docutils/HISTORY.txt index b7c447292..12c299f99 100644 --- a/docutils/HISTORY.txt +++ b/docutils/HISTORY.txt @@ -31,6 +31,8 @@ Changes Since 0.3.7 - Fixed ``Input.decode`` method to apply heuristics only if no encoding is explicitly given, and to provide better reporting of decoding errors. + - The ``Input.decode`` method now removes byte order marks (BOMs) + from input streams. * docutils/nodes.py: |
