Update email address
This commit is contained in:
parent
3ba9f35d1b
commit
48de44832b
|
@ -227,7 +227,7 @@ Owners
|
||||||
Dubois, Paul F. paul@pfdubois.com
|
Dubois, Paul F. paul@pfdubois.com
|
||||||
Evans, Clark C. cce@clarkevans.com
|
Evans, Clark C. cce@clarkevans.com
|
||||||
Goodger, David dgoodger@bigfoot.com
|
Goodger, David dgoodger@bigfoot.com
|
||||||
Hylton, Jeremy jeremy@digicool.com
|
Hylton, Jeremy jeremy@zope.com
|
||||||
Kuchling, Andrew akuchlin@mems-exchange.org
|
Kuchling, Andrew akuchlin@mems-exchange.org
|
||||||
Lemburg, Marc-Andre mal@lemburg.com
|
Lemburg, Marc-Andre mal@lemburg.com
|
||||||
Lielens, Gregory gregory.lielens@fft.be
|
Lielens, Gregory gregory.lielens@fft.be
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 1
|
||||||
Title: PEP Purpose and Guidelines
|
Title: PEP Purpose and Guidelines
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Author: barry@digicool.com (Barry A. Warsaw),
|
Author: barry@digicool.com (Barry A. Warsaw),
|
||||||
jeremy@digicool.com (Jeremy Hylton)
|
jeremy@zope.com (Jeremy Hylton)
|
||||||
Status: Active
|
Status: Active
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 13-Jun-2000
|
Created: 13-Jun-2000
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PEP: 42
|
PEP: 42
|
||||||
Title: Feature Requests
|
Title: Feature Requests
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Author: Jeremy Hylton <jeremy@digicool.com>
|
Author: Jeremy Hylton <jeremy@zope.com>
|
||||||
Status: Active
|
Status: Active
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 12-Sep-2000
|
Created: 12-Sep-2000
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PEP: 200
|
PEP: 200
|
||||||
Title: Python 2.0 Release Schedule
|
Title: Python 2.0 Release Schedule
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Author: Jeremy Hylton <jeremy@digicool.com>
|
Author: Jeremy Hylton <jeremy@zope.com>
|
||||||
Python-Version: 2.0
|
Python-Version: 2.0
|
||||||
Status: Final
|
Status: Final
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PEP: 226
|
PEP: 226
|
||||||
Title: Python 2.1 Release Schedule
|
Title: Python 2.1 Release Schedule
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Author: Jeremy Hylton <jeremy@digicool.com>
|
Author: Jeremy Hylton <jeremy@zope.com>
|
||||||
Status: Incomplete
|
Status: Incomplete
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 16-Oct-2000
|
Created: 16-Oct-2000
|
||||||
|
|
|
@ -269,6 +269,7 @@ Unresolved Problem: Simulated Interactive Shells
|
||||||
not been exposed, and there isn't a clear way for tools building their
|
not been exposed, and there isn't a clear way for tools building their
|
||||||
own interactive shells to achieve the desired behavior.
|
own interactive shells to achieve the desired behavior.
|
||||||
|
|
||||||
|
XXX interactive shell and -i; interactive shell and -c
|
||||||
|
|
||||||
Questions and Answers
|
Questions and Answers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue