commit | 93a80b57528a57428fe46e7a0aece97518870fda | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Oct 27 13:21:23 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Oct 27 13:21:23 2009 +0000 |
tree | 7a645c9981fe1ed7ba274dde957d1615d86037b7 | |
parent | 4f8084eda1b13c58c1ec87276120877f1a154477 [diff] |
Merged revisions 68797 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68797 | raymond.hettinger | 2009-01-20 08:11:47 +0100 (Di, 20 Jan 2009) | 11 lines Don't disrupt automatic url target name generation with manually specified, conflicting names. Before: http://docs.python.org/dev/library/collections.html#id1 After: http://docs.python.org/dev/library/collections.html#counter-objects ........