cpython/Doc/reference
R David Murray d630e79cc7 whatsnew: object.__format__ raises TypeError on non-empty string.
See issues #7994 and #9856.  I also modified with wording of the format doc
entry to better match what really happens, and added a versionchanged to the
datamodel object.__format__ section.
2014-02-11 18:34:22 -05:00
..
compound_stmts.rst merge with 3.3 2013-10-06 10:28:48 +02:00
datamodel.rst whatsnew: object.__format__ raises TypeError on non-empty string. 2014-02-11 18:34:22 -05:00
executionmodel.rst
expressions.rst eliminate redundancy between yield stmt and yield expr docs (closes #12704) 2014-01-26 22:52:08 -05:00
grammar.rst
import.rst Regenerated pydoc/topics.py, and fix a "suspicious" doc error. 2014-01-05 04:35:56 -08:00
index.rst Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. 2012-10-28 11:10:24 -07:00
introduction.rst
lexical_analysis.rst Add "->" as a delimiter token. Found by James Harding on docs@. 2013-10-08 21:28:22 +02:00
simple_stmts.rst eliminate redundancy between yield stmt and yield expr docs (closes #12704) 2014-01-26 22:52:08 -05:00
toplevel_components.rst