[docs] [issue34413] Porting section of 3.5 "What's New" doc does not mention bytecode changes.

Eric Snow report at bugs.python.org
Thu Aug 16 11:46:13 EDT 2018


New submission from Eric Snow <ericsnowcurrently at gmail.com>:

In the 3.5 "What's New" doc, the porting section [1] does not mention the bytecode changes resulting from the PEP 448 implementation. [2][3]  It should.

I've marked this issue for the versions past 3.5 because each branch has its own "What's New" doc for 3.5.

[1] https://docs.python.org/3/whatsnew/3.5.html#porting-to-python-3-5
[2] bpo-33216
[3] https://github.com/python/cpython/pull/8783#discussion_r210642202

----------
assignee: docs at python
components: Documentation
messages: 323605
nosy: docs at python, eric.snow, serhiy.storchaka
priority: low
severity: normal
stage: needs patch
status: open
title: Porting section of 3.5 "What's New" doc does not mention bytecode changes.
type: enhancement
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34413>
_______________________________________


More information about the docs mailing list