cpython/Doc/howto
Brett Cannon ce71ab2d69 Re-arrange and clarify some __future__ import statements.
The absolute_import statement got moved to a new Python 2.5 and Newer section
as it was available since then. The division statement got moved to Common
Gotchas since it has been around for so long that any modern Python program can
use it.
2011-02-05 22:05:05 +00:00
..
advocacy.rst Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from 2008-03-16 00:07:10 +00:00
cporting.rst #10124: typo fix. 2010-10-16 18:53:08 +00:00
curses.rst Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,70171,70183,70188,70235,70244,70275,70281 via svnmerge from 2009-03-09 21:04:33 +00:00
descriptor.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
doanddont.rst Issue 7402: Improve reduce() example in the python idioms how-to. 2010-10-31 22:00:50 +00:00
functional.rst Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from 2010-06-27 22:32:30 +00:00
index.rst Add a HOWTO on how to port from Python 2 to Python 3. 2011-02-03 22:01:54 +00:00
logging-cookbook.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
logging.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
pyporting.rst Re-arrange and clarify some __future__ import statements. 2011-02-05 22:05:05 +00:00
regex.rst Issue #10875: Update Regular Expression HOWTO; last bit. 2011-01-10 23:13:21 +00:00
sockets.rst #9911: doc copyedits. 2010-09-21 14:48:28 +00:00
sorting.rst fix weirdly ambigious sentence 2011-01-12 04:44:41 +00:00
unicode.rst Do not put a raw REPLACEMENT CHARACTER in the document. 2010-11-19 22:09:04 +00:00
urllib2.rst #7499: Review of Library FAQ by Florent Xicluna. 2009-12-19 17:57:51 +00:00
webservers.rst Fix typo 2010-11-16 20:57:59 +00:00