[issue15429] types.NoneType missing

2012-07-22 Thread R. David Murray

R. David Murray  added the comment:

Thanks for the report.  Fixed.

--
nosy: +r.david.murray
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed
versions: +Python 3.3

___
Python tracker 

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



[issue15429] types.NoneType missing

2012-07-22 Thread Roundup Robot

Roundup Robot  added the comment:

New changeset 84b577567fab by R David Murray in branch '3.2':
#15429: Fix invalid mention of types.NoneType from None docs.
http://hg.python.org/cpython/rev/84b577567fab

New changeset c43d73277756 by R David Murray in branch 'default':
Merge #15429: Fix invalid mention of types.NoneType from None docs.
http://hg.python.org/cpython/rev/c43d73277756

--
nosy: +python-dev

___
Python tracker 

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



[issue15429] types.NoneType missing

2012-07-22 Thread Anders Kaseorg

New submission from Anders Kaseorg :

http://docs.python.org/py3k/library/constants.html#None says that None is the 
sole value type types.NoneType.  However, NoneType was removed from the types 
module with Python 3.

--

___
Python tracker 

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



[issue15429] types.NoneType missing

2012-07-22 Thread Anders Kaseorg

Changes by Anders Kaseorg :


--
assignee: docs@python
components: Documentation
nosy: andersk, docs@python
priority: normal
severity: normal
status: open
title: types.NoneType missing
type: behavior
versions: Python 3.2

___
Python tracker 

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