This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Kyle.Simpson
Recipients Kyle.Simpson, docs@python
Date 2013-04-14.07:09:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365923367.93.0.414383739407.issue17725@psf.upfronthosting.co.za>
In-reply-to
Content
The second sentence in http://docs.python.org/3/extending/index.html says:

  Those modules can define new functions but also new
  object types and their methods.

The word "but" doesn't make sense here. I suppose that the
author meant to write:

  Those modules can not only define new functions but
  also new object types and their methods.
History
Date User Action Args
2013-04-14 07:09:27Kyle.Simpsonsetrecipients: + Kyle.Simpson, docs@python
2013-04-14 07:09:27Kyle.Simpsonsetmessageid: <1365923367.93.0.414383739407.issue17725@psf.upfronthosting.co.za>
2013-04-14 07:09:27Kyle.Simpsonlinkissue17725 messages
2013-04-14 07:09:27Kyle.Simpsoncreate