LtWorf added the comment:
This looks related to: https://bugs.python.org/issue32443
--
nosy: +tiposchi
___
Python tracker
<https://bugs.python.org/issue39
New submission from Salvo “LtWorf” Tomaselli:
import select
help(select.epoll)
It mentions that the default mask is EPOLL_IN | EPOLL_OUT | EPOLL_PRI.
However there are no such constants.
They are called EPOLLIN EPOLLOUT and EPOLLPRI.
Please fix.
--
assignee: docs@python
components
New submission from LtWorf:
[Note: Long-time users of Cookie.py will remember using
Cookie.Cookie() to create an Cookie object.
I think it should be "a Cookie".
This is from the documentation of the Cookie module.
--
assignee: docs@python
components: Documentatio
New submission from LtWorf:
This page
https://mail.python.org/mailman/listinfo/patches
suggests to go here: http://www.python.org/patches/ to know how to send
patches. However that page doesn't exist.
--
assignee: docs@python
components: Documentation
messages: 215819
nosy:
New submission from LtWorf:
gcmodule.c lists a few reference links.
http://www.arctrix.com/nas/python/gc/
http://www.python.org/pipermail/python-dev/2000-March/003869.html
http://www.python.org/pipermail/python-dev/2000-March/004010.html
http://www.python.org/pipermail/python-dev/2000