mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
#4048 make the parser module accept relative imports as valid
This commit is contained in:
parent
8928a7e911
commit
6624a9fddd
4 changed files with 7 additions and 2 deletions
|
|
@ -62,6 +62,7 @@ Eric Beser
|
|||
Steven Bethard
|
||||
Stephen Bevan
|
||||
Ron Bickers
|
||||
David Binger
|
||||
Dominic Binks
|
||||
Philippe Biondi
|
||||
Stuart Bishop
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ What's New in Python 2.7 alpha 1
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #4048: The parser module now correctly validates relative imports.
|
||||
|
||||
- Issue #4225: ``from __future__ import unicode_literals`` didn't work in an
|
||||
exec statement.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue