recursive modules are only detected to improve error messages

This commit is contained in:
Andreas Rumpf
2016-11-24 12:27:21 +01:00
parent bc9015df50
commit 01ae0d28d4
12 changed files with 57 additions and 23 deletions

View File

@@ -29,8 +29,6 @@ Changes affecting backwards compatibility
- ``TimeInfo.tzname`` has been removed from ``times`` module because it was
broken. Because of this, the option ``"ZZZ"`` will no longer work in format
strings for formatting and parsing.
- Recursive module dependencies are now completely disallowed.
Library Additions
-----------------