This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Deprecate rotor module
Type: Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: akuchling, loewis
Priority: low Keywords: patch

Created on 2003-02-03 14:03 by akuchling, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
rotor.patch akuchling, 2003-02-03 14:04 Patch to deprecate rotor module.
pep4.patch akuchling, 2003-02-03 14:04 Patch updating PEP 4
Messages (6)
msg42644 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2003-02-03 14:03
Here's a trivial patch that marks the rotor module as deprecated.

To be used if Paul Rubin's AES module goes into 2.3 (maybe even if it doesn't).

msg42645 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2003-02-03 14:04
Logged In: YES 
user_id=11375

Attach patch.
msg42646 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-03-03 11:37
Logged In: YES 
user_id=21627

What is the rationale for deprecating the rotor module?
msg42647 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-03-03 11:39
Logged In: YES 
user_id=21627

I retract my comment, the rationale is fine.
msg42648 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2003-04-24 12:38
Logged In: YES 
user_id=11375

Marking as accepted based on GvR's say-so.
msg42649 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2003-04-24 13:24
Logged In: YES 
user_id=11375

Checked in.
History
Date User Action Args
2022-04-10 16:06:28adminsetgithub: 37898
2003-02-03 14:03:25akuchlingcreate