mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Merged revisions 84472 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84472 | eric.araujo | 2010-09-04 00:03:10 +0200 (sam., 04 sept. 2010) | 2 lines Fix invalid bytes for UTF-8 ........
This commit is contained in:
parent
a74c334eee
commit
6807958dd4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
C implementation derived directly from heapq.py in Py2.3
|
C implementation derived directly from heapq.py in Py2.3
|
||||||
which was written by Kevin O'Connor, augmented by Tim Peters,
|
which was written by Kevin O'Connor, augmented by Tim Peters,
|
||||||
annotated by François Pinard, and converted to C by Raymond Hettinger.
|
annotated by François Pinard, and converted to C by Raymond Hettinger.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue