christian.heimes wrote: > Author: christian.heimes > Date: Mon Jan 7 18:19:16 2008 > New Revision: 59826 > > Modified: > python/branches/py3k/ (props changed) > python/branches/py3k/Doc/library/collections.rst > python/branches/py3k/Doc/library/getopt.rst > python/branches/py3k/Doc/library/imp.rst > python/branches/py3k/Doc/library/logging.rst > python/branches/py3k/Doc/library/socket.rst > python/branches/py3k/Doc/library/stdtypes.rst > python/branches/py3k/Doc/tutorial/controlflow.rst > python/branches/py3k/Doc/tutorial/introduction.rst > python/branches/py3k/Lib/abc.py > python/branches/py3k/Lib/collections.py > python/branches/py3k/Lib/test/test_abc.py > python/branches/py3k/Lib/test/test_socket.py > python/branches/py3k/Misc/NEWS > python/branches/py3k/Misc/developers.txt > python/branches/py3k/Modules/socketmodule.c > python/branches/py3k/Modules/socketmodule.h > python/branches/py3k/Python/future.c > python/branches/py3k/configure > python/branches/py3k/configure.in > python/branches/py3k/pyconfig.h.in > Log: > Copied doc for reload() from trunk's function.rst to imp.rst
Make that a merge from the trunk, too Merged revisions 59784-59821 via svnmerge from svn+ssh://[EMAIL PROTECTED]/python/trunk
Merged revisions 59784-59821 via svnmerge from svn+ssh://[EMAIL PROTECTED]/python/trunk ........ r59785 | georg.brandl | 2008-01-06 18:21:00 +0100 (Sun, 06 Jan 2008) | 2 lines Fix introductory sentence. ........ r59792 | facundo.batista | 2008-01-06 22:13:12 +0100 (Sun, 06 Jan 2008) | 3 lines Added Mark Dickinson. ........ r59796 | georg.brandl | 2008-01-06 23:05:40 +0100 (Sun, 06 Jan 2008) | 2 lines Add tutorial section about coding style. ........ r59797 | raymond.hettinger | 2008-01-06 23:11:54 +0100 (Sun, 06 Jan 2008) | 1 line Speed-up named tuple's _make() constructor. ........ r59803 | georg.brandl | 2008-01-07 00:22:27 +0100 (Mon, 07 Jan 2008) | 2 lines Remove latex trace. ........ r59807 | raymond.hettinger | 2008-01-07 05:24:49 +0100 (Mon, 07 Jan 2008) | 1 line Add subclassing example to docs for named tuples. ........ r59808 | raymond.hettinger | 2008-01-07 06:50:35 +0100 (Mon, 07 Jan 2008) | 1 line Cleanup subclassing example to more clearly show fixed-width print format. ........ r59809 | jeffrey.yasskin | 2008-01-07 07:09:40 +0100 (Mon, 07 Jan 2008) | 3 lines Fix issue 1747: allow classic classes to be checked for being subclasses of ABCs. ........ r59810 | raymond.hettinger | 2008-01-07 10:03:49 +0100 (Mon, 07 Jan 2008) | 1 line Add another named tuple subclassing example. ........ r59811 | georg.brandl | 2008-01-07 10:07:38 +0100 (Mon, 07 Jan 2008) | 2 lines Change virtual class name of __iter__ to "object" in order to make it linkable. ........ r59813 | georg.brandl | 2008-01-07 10:16:08 +0100 (Mon, 07 Jan 2008) | 2 lines Consistency nit. ........ r59815 | georg.brandl | 2008-01-07 10:18:17 +0100 (Mon, 07 Jan 2008) | 2 lines Clean up markup. ........ r59818 | vinay.sajip | 2008-01-07 16:30:36 +0100 (Mon, 07 Jan 2008) | 1 line Updated docs for basicConfig to indicate it's a no-op if handlers have been defined for the root logger. ........ r59819 | christian.heimes | 2008-01-07 17:12:44 +0100 (Mon, 07 Jan 2008) | 3 lines Issue #1646: Make socket support TIPC. The socket module now has support for TIPC under Linux, see http://tipc.sf.net/ for more information. Thanks to Alberto Bertogli for the patch ........ r59820 | georg.brandl | 2008-01-07 17:41:57 +0100 (Mon, 07 Jan 2008) | 2 lines #1755: typo. ........ r59821 | mark.summerfield | 2008-01-07 17:42:08 +0100 (Mon, 07 Jan 2008) | 3 lines Added a hyperlink from sequence types to mutable sequence types. ........
_______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
