mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #18716: Deprecate the formatter module
This commit is contained in:
parent
cc5d49e3da
commit
1448ecf470
5 changed files with 19 additions and 8 deletions
|
|
@ -19,6 +19,9 @@ manage and inserting data into the output.
|
|||
"""
|
||||
|
||||
import sys
|
||||
import warnings
|
||||
warnings.warn('the formatter module is deprecated and will be removed in '
|
||||
'Python 3.6', PendingDeprecationWarning)
|
||||
|
||||
|
||||
AS_IS = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue