Merge ABC and distutils touch-ups from 3.2.

I have removed the reST target I added in 38cdca2cc253: it is not necessary, as
people can link to the glossary entry or the abc module without it.

Two indentation fixes from 3.2 collections.rst have been ported to 3.3
collections.abc.rst.
This commit is contained in:
Éric Araujo 2011-06-04 21:16:42 +02:00
commit 459b452b98
6 changed files with 16 additions and 16 deletions

View file

@ -1,5 +1,3 @@
.. _abstract-base-classes:
:mod:`abc` --- Abstract Base Classes
====================================