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 zach.ware
Recipients serhiy.storchaka, zach.ware
Date 2013-12-26.21:32:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388093576.72.0.0541653157362.issue20075@psf.upfronthosting.co.za>
In-reply-to
Content
Interestingly, it doesn't look like pydoc's fault:

P:\ath\to\cpython\>PCbuild\python_d.exe -ISc "import sys;print(sys.version);print(open.__doc__[:75]);print('pydoc' in sys.modules)"
3.4.0b1 (default:94a04b8b3a12, Dec 26 2013, 09:27:14) [MSC v.1600 32 bit (Intel)]
     errors=None, newline=None, closefd=True, opener=None) -> file object


False
History
Date User Action Args
2013-12-26 21:32:56zach.waresetrecipients: + zach.ware, serhiy.storchaka
2013-12-26 21:32:56zach.waresetmessageid: <1388093576.72.0.0541653157362.issue20075@psf.upfronthosting.co.za>
2013-12-26 21:32:56zach.warelinkissue20075 messages
2013-12-26 21:32:56zach.warecreate