New submission from Brett Cannon:

If you read the docs for the selectors module it isn't obvious that the 
constants EVENT_WRITE and EVENT_READ are module-level and not on the various 
classes since they are in the Classes section of the doc. Shouldn't require any 
more than adding the word "module" to "the constants below".

----------
assignee: brett.cannon
components: Documentation
keywords: easy
messages: 250792
nosy: brett.cannon
priority: low
severity: normal
stage: needs patch
status: open
title: Clarify that the constants in selectors are module-level
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25133>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to