commit | c38a0002bca5424a1ec3cbc68af4ee8727ba2302 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue May 26 07:51:03 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Tue May 26 07:51:03 2009 +0000 |
tree | 96824fabe951ed14d13b9f87957c49d329d14838 | |
parent | 98b52ef7de343713a5c60612ad0a7768156836e6 [diff] |
Merged revisions 72932 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72932 | georg.brandl | 2009-05-26 09:50:23 +0200 (Di, 26 Mai 2009) | 1 line #6112: list.remove raises ValueError, not RuntimeError. ........