[issue39765] asyncio loop.add_signal_handler() may not behave as expected

2020-07-05 Thread LtWorf


LtWorf  added the comment:

This looks related to: https://bugs.python.org/issue32443

--
nosy: +tiposchi

___
Python tracker 
<https://bugs.python.org/issue39765>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21188] Broken link

2014-04-09 Thread LtWorf

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-March/004022.html

The last ones do not exist so they aren't very useful.

--
components: Interpreter Core
messages: 215818
nosy: tiposchi
priority: normal
severity: normal
status: open
title: Broken link
type: enhancement
versions: Python 2.7

___
Python tracker 
<http://bugs.python.org/issue21188>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21189] Broken link to patch

2014-04-09 Thread LtWorf

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: docs@python, tiposchi
priority: normal
severity: normal
status: open
title: Broken link to patch
type: enhancement

___
Python tracker 
<http://bugs.python.org/issue21189>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21945] Wrong grammar in documentation

2014-07-09 Thread LtWorf

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: Documentation
messages: 222610
nosy: docs@python, tiposchi
priority: normal
severity: normal
status: open
title: Wrong grammar in documentation
type: enhancement
versions: Python 2.7

___
Python tracker 
<http://bugs.python.org/issue21945>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27018] Incorrect documentation of select module

2016-05-14 Thread Salvo “LtWorf” Tomaselli

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: Documentation
messages: 265513
nosy: Salvo “LtWorf” Tomaselli, docs@python
priority: normal
severity: normal
status: open
title: Incorrect documentation of select module
versions: Python 3.5

___
Python tracker 
<http://bugs.python.org/issue27018>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com