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 andymaier
Recipients andymaier, chris.jerdonek, docs@python, ezio.melotti, flox
Date 2014-07-01.16:00:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404230446.6.0.987489447542.issue17904@psf.upfronthosting.co.za>
In-reply-to
Content
Your patch right now generates the line:

  New in version 2.6: bytes() has been added as an alias for str()

at the end of the paragraph for str().

To me, that is sufficient for the description of str().

If anything, we could add a separate paragraph for bytes(), after the paragraph for bytearray(), e.g. like this:

----------------------------------

.. function:: bytes()

   Alias for :func:`str`.

   .. versionadded:: 2.6

----------------------------------

If that is what you had in mind, I think it is a good idea to add it.

Andy
History
Date User Action Args
2014-07-01 16:00:46andymaiersetrecipients: + andymaier, ezio.melotti, flox, chris.jerdonek, docs@python
2014-07-01 16:00:46andymaiersetmessageid: <1404230446.6.0.987489447542.issue17904@psf.upfronthosting.co.za>
2014-07-01 16:00:46andymaierlinkissue17904 messages
2014-07-01 16:00:46andymaiercreate