mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Merged revisions 83371,83390 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k ........ r83371 | georg.brandl | 2010-07-31 23:54:24 +0200 (Sa, 31 Jul 2010) | 1 line #8292: Fix three instances of truth tests on return values of filter() (which is always true in Python 3). ........ r83390 | georg.brandl | 2010-08-01 10:07:49 +0200 (So, 01 Aug 2010) | 1 line #8230: make Lib/test/sortperf.py run on Python 3. ........
This commit is contained in:
parent
44c58236d7
commit
caa78fee03
5 changed files with 11 additions and 9 deletions
|
|
@ -84,6 +84,8 @@ C-API
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #8230: Fix Lib/test/sortperf.py.
|
||||
|
||||
- Issue #7395: Fix tracebacks in pstats interactive browser.
|
||||
|
||||
- Issue #1713: Fix os.path.ismount(), which returned true for symbolic links
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue