Issue 11629: Reference implementation for PEP 397 (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/55838

classification

Title: Reference implementation for PEP 397
Type: enhancement Stage:
Components: Documentation Versions:

process

Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: mhammond Nosy List: brian.curtin, cmcqueen1975, davidfraser, georg.brandl, gklein, mhammond, santoso.wijaya, techtonik
Priority: normal Keywords:

Created on 2011-03-22 07:11 by mhammond, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pep-0397-reference.py mhammond,2011-03-22 07:11 First cut at the reference implementation
Messages (5)
msg131723 - (view) Author: Mark Hammond (mhammond) * (Python committer) Date: 2011-03-22 07:11
A tracking bug for the reference implementation of PEP397 - A Python launcher for Windows.
msg131857 - (view) Author: anatoly techtonik (techtonik) Date: 2011-03-23 09:16
There is no such PEP - http://www.python.org/dev/peps/pep-0397/
msg131858 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2011-03-23 09:22
Now there is :)
msg133299 - (view) Author: anatoly techtonik (techtonik) Date: 2011-04-08 08:27
Is it possible to add tl;dr chapter to this document. I am especially interested in extensive logging (to debug problems etc.)
msg140789 - (view) Author: Mark Hammond (mhammond) * (Python committer) Date: 2011-07-21 06:38
The most recent version of PEP397 has removed all mentioned of this reference implementation - the C implementation at https://bitbucket.org/vinay.sajip/pylauncher/ is now the reference.
History
Date User Action Args
2022-04-11 14:57:15 admin set github: 55838
2011-07-21 06:38:53 mhammond set status: open -> closedresolution: out of datemessages: +
2011-04-08 08:27:43 techtonik set messages: +
2011-04-08 07:52:08 gklein set nosy: + gklein
2011-03-23 17:02:58 santoso.wijaya set nosy: + santoso.wijaya
2011-03-23 15:14:18 davidfraser set nosy: + davidfraser
2011-03-23 09:22:15 georg.brandl set nosy: + georg.brandlmessages: +
2011-03-23 09:16:25 techtonik set nosy: + techtonikmessages: +
2011-03-22 22:33:44 cmcqueen1975 set nosy: + cmcqueen1975
2011-03-22 17:28:39 brian.curtin set nosy: + brian.curtin
2011-03-22 07:11:51 mhammond create