[Python-checkins] Remove empty Dictionaries section from programming FAQ (GH-12026)

Cheryl Sabella webhook-mailer at python.org
Mon Feb 25 11:22:13 EST 2019


https://github.com/python/cpython/commit/55e335d7d59be44819c6b672d258e2d5feb1e633
commit: 55e335d7d59be44819c6b672d258e2d5feb1e633
branch: master
author: Andre Delfino <adelfino at gmail.com>
committer: Cheryl Sabella <cheryl.sabella at gmail.com>
date: 2019-02-25T11:22:07-05:00
summary:

Remove empty Dictionaries section from programming FAQ (GH-12026)

files:
M Doc/faq/programming.rst

diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst
index 047812e6e036..7bc00ff7e69d 100644
--- a/Doc/faq/programming.rst
+++ b/Doc/faq/programming.rst
@@ -1317,9 +1317,6 @@ The ``__iadd__`` succeeds, and thus the list is extended, but even though
 that final assignment still results in an error, because tuples are immutable.
 
 
-Dictionaries
-============
-
 I want to do a complicated sort: can you do a Schwartzian Transform in Python?
 ------------------------------------------------------------------------------
 



More information about the Python-checkins mailing list