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: rexec not listed as dead
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: akuchling, reowen
Priority: normal Keywords:

Created on 2003-04-29 20:01 by reowen, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Messages (2)
msg15763 - (view) Author: Russell Owen (reowen) Date: 2003-04-29 20:01
The docs for 2.3b1 still list rexec as a valid module (although with some warnings of known vulnerabilities). However, the rexec module has apparently been killed (according to the what's new and to my tests of 2.3b1).

-- Russell
msg15764 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2003-05-13 14:16
Logged In: YES 
user_id=11375

I've updated the docs in CVS; thanks for pointing this out!
History
Date User Action Args
2022-04-10 16:08:26adminsetgithub: 38399
2003-04-29 20:01:32reowencreate