diff options
author | Christian Heimes <christian@cheimes.de> | 2013-12-05 23:20:00 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-12-05 23:20:00 (GMT) |
commit | 8ff6f3e895066ebf9f97106248fc0013be6b23ab (patch) | |
tree | ac8fd2d2cad9a93731c1462a6fc94e27d55d44da /Misc | |
parent | 710280b6d63fe7a1d6eef564b4fce7681209ec20 (diff) | |
download | cpython-8ff6f3e895066ebf9f97106248fc0013be6b23ab.zip cpython-8ff6f3e895066ebf9f97106248fc0013be6b23ab.tar.gz cpython-8ff6f3e895066ebf9f97106248fc0013be6b23ab.tar.bz2 |
Issue #19296: Silence compiler warning in dbm_open.
Some dbm header files declare the first argument as char * instead of a const char *.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ Core and Builtins Library ------- +- Issue #19296: Silence compiler warning in dbm_open + - Issue #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF, and analogous bug in lzma module. |