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 gvanrossum
Recipients eric.smith, gvanrossum, martin.panter, ned.deily, rhettinger, serhiy.storchaka, terry.reedy, yselivanov
Date 2016-11-26.17:47:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJL+jENoGjYA4MbWnOLkVBkxvsR4hQpBzHj8znrTKR0ecg@mail.gmail.com>
In-reply-to <1480148601.64.0.175988788288.issue28739@psf.upfronthosting.co.za>
Content
OK, clearly the code that sets __doc__ is too closely tied to the generated
code (or to the reduced AST used to generate code). I still think code that
uses any of these is on thin ice and should expect to be broken in the
future.
History
Date User Action Args
2016-11-26 17:47:46gvanrossumsetrecipients: + gvanrossum, rhettinger, terry.reedy, eric.smith, ned.deily, martin.panter, serhiy.storchaka, yselivanov
2016-11-26 17:47:45gvanrossumlinkissue28739 messages
2016-11-26 17:47:45gvanrossumcreate