diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-02-28 17:24:00 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-02-28 17:24:00 (GMT) |
commit | 2c92c6e1f4a4b1b39516769ec49ca6964f08c9e4 (patch) | |
tree | 99661db863f3dfd07dcfdec851fb25202858081c /Misc | |
parent | 3f5fcc8acce9fa620fe29d15980850e433f1d5c9 (diff) | |
download | cpython-2c92c6e1f4a4b1b39516769ec49ca6964f08c9e4.zip cpython-2c92c6e1f4a4b1b39516769ec49ca6964f08c9e4.tar.gz cpython-2c92c6e1f4a4b1b39516769ec49ca6964f08c9e4.tar.bz2 |
Fix SF bug #690012
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ TBD Build ----- +- Fix build problems when _iconv_codec failed. (SF bug #690012.) + - Fix problem building on OSF1 because the compiler only accepted preprocessor directives that start in column 1. (SF bug #691793.) |