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 neologix
Recipients docs@python, gvanrossum, neologix, vstinner
Date 2013-12-03.18:30:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM31iCe+iX2LKp8u0x59=Uc5jGdzsmdDcgX72YVaOP5D=w@mail.gmail.com>
In-reply-to <1386085537.2.0.87673586993.issue19876@psf.upfronthosting.co.za>
Content
Well, unregister() documentation currently contains this:
"""
   .. method:: unregister(fileobj)

      Unregister a file object from selection, removing it from monitoring. A
      file object shall be unregistered prior to being closed.
"""

I'm not sure what else to say (I don' like the idea of documenting
possible behaviors, because it's non-portable, and really might change
in a future version).
History
Date User Action Args
2013-12-03 18:30:04neologixsetrecipients: + neologix, gvanrossum, vstinner, docs@python
2013-12-03 18:30:04neologixlinkissue19876 messages
2013-12-03 18:30:04neologixcreate