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 vajrasky
Recipients docs@python, vajrasky
Date 2013-12-13.09:28:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386926926.59.0.938462755988.issue19970@psf.upfronthosting.co.za>
In-reply-to
Content
ethan@amiau:~/Documents/code/python/cpython3.4$ grep -R immediatly *
Doc/library/asyncio-protocol.rst::meth:`Transport.close` can be called immediatly after
Lib/test/test_signal.py:            # unblock the pending signal calls immediatly the signal handler
Modules/faulthandler.c:    /* call the previous signal handler: it is called immediatly if we use
ethan@amiau:~/Documents/code/python/cpython3.4$ grep -R " agin " *
Modules/posixmodule.c:           the symlink path agin and not the actual final path. */
Modules/posixmodule.c:           the symlink path agin and not the actual final path. */
History
Date User Action Args
2013-12-13 09:28:46vajraskysetrecipients: + vajrasky, docs@python
2013-12-13 09:28:46vajraskysetmessageid: <1386926926.59.0.938462755988.issue19970@psf.upfronthosting.co.za>
2013-12-13 09:28:46vajraskylinkissue19970 messages
2013-12-13 09:28:46vajraskycreate