]> granicus.if.org Git - python/commit
Fix for bug #222395: UTF-16 et al. don't handle .readline().
authorMarc-André Lemburg <mal@egenix.com>
Fri, 5 Apr 2002 12:12:00 +0000 (12:12 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 5 Apr 2002 12:12:00 +0000 (12:12 +0000)
commit3ccb09cba3e966d50f108406a86b9b9cac56c66e
tree9072645189e91ee6500c0c66811ef80c9cb38691
parentffdd22f1af66ffefc1b37b454b5df6ffacc5da61
Fix for bug #222395: UTF-16 et al. don't handle .readline().
They now raise an NotImplementedError to hint to the truth ;-)
Lib/encodings/utf_16.py
Lib/encodings/utf_16_be.py
Lib/encodings/utf_16_le.py