add issue number

This commit is contained in:
Benjamin Peterson 2010-01-27 01:51:29 +00:00
parent 255058fae3
commit 9a11a36603

View file

@ -234,7 +234,7 @@ C-API
Library
-------
- Don't accept bytes in FileIO.write().
- Issue #7785: Don't accept bytes in FileIO.write().
- Removed the functions 'verify' and 'vereq' from Lib/test/support.py.