[issue42299] Add test_formatter (or remove deprecated formatter module?)

2020-11-23 Thread Christian Heimes


Christian Heimes  added the comment:

The formatter has been deprecated for a long time. It's been issuing a 
DeprecationWarning on import since 3.5. Let's remove it.

--
nosy: +christian.heimes

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42299] Add test_formatter (or remove deprecated formatter module?)

2020-11-23 Thread Dong-hee Na


Change by Dong-hee Na :


--
pull_requests: +22368
pull_request: https://github.com/python/cpython/pull/23476

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42299] Add test_formatter (or remove deprecated formatter module?)

2020-11-23 Thread Dong-hee Na


Dong-hee Na  added the comment:

> If so, the patch, aDo we still want to remove formatted

IMHO, 3.10 is a good time to remove formatter

--
nosy: +corona10

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42299] Add test_formatter (or remove deprecated formatter module?)

2020-11-09 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

The patch is by Francisco Freire (francisco.freire) * (CLA signed).  There is 
apparently no way to directly move a patch from one issue to another, so I 
download and upload.

--
keywords: +patch
Added file: https://bugs.python.org/file49584/mywork2.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42299] Add test_formatter (or remove deprecated formatter module?)

2020-11-09 Thread Terry J. Reedy


New submission from Terry J. Reedy :

#14019 has a patch, unrelated to the issue, that adds test.test_formatter.  
There still is no such file, so I open this issue to move the patch here.  It 
is the second version, responding to review by Ezio Melotti.

But formatter has been deprecated since 3.4.  It was originally scheduled to be 
removed in 3.6, but we decided to delay such removals until after 2.7 EOL.  
That is now past.  Do we add tests for a deprecated module?  If so, the patch, 
aDo we still want to remove formatter?  If so, when?

--
messages: 380623
nosy: terry.reedy
priority: normal
severity: normal
stage: patch review
status: open
title: Add test_formatter (or remove deprecated formatter module?)
type: enhancement
versions: Python 3.10

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com