]> granicus.if.org Git - python/commit
Issue #16206: Merge dict documentation improvements from 3.3.
authorChris Jerdonek <chris.jerdonek@gmail.com>
Sat, 13 Oct 2012 10:26:10 +0000 (03:26 -0700)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Sat, 13 Oct 2012 10:26:10 +0000 (03:26 -0700)
commitfe4985a1bb5db145e2e7598e0868e190e2436445
treed127fa77eef7a4092ffe8caf28faf61fb5967adf
parent145fb897f2c3891669d84512cdfd108253da9466
parent39b867000b8eec1fb13f0eaff909eb9c9c971902
Issue #16206: Merge dict documentation improvements from 3.3.

Improve the documentation of the dict constructor.  This change includes
replacing the single-line signature documentation with a more complete
multiple-line signature.