New submission from Василий Макаров:

Python 3 open() documentation ( 
https://docs.python.org/3/library/functions.html#open ) is probably broken. 
Here is what one can see at the end of open() description:
"...
Deprecated since version 3.4, will be removed in version 4.0.

The 'U' mode."

Reader may assume the open() function is what will be removed, which is wrong 
AFAIK

----------
assignee: docs@python
components: Documentation
messages: 229802
nosy: docs@python, Василий.Макаров
priority: normal
severity: normal
status: open
title: open() declared deprecated in python 3 docs
type: behavior
versions: Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6

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

Reply via email to