-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PEP 737: Add %N format, recommend fully qualified name
* Add %N and %#N formats. * The %T and %#T formats now expect an object instead of a type. * Exchange %T and %#T formats: %T now formats the fully qualified name. * Recommend using the type fully qualified name in error messages and in __repr__() methods in new code. * Skip the __main__ module in the fully qualified name.
- Loading branch information
Showing
1 changed file
with
140 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters