PEP 243, Module Repository Upload Mechanism, Sean Reifschneider
This commit is contained in:
parent
bf957755fc
commit
46c12a40a3
|
@ -39,6 +39,7 @@ Index by Category
|
||||||
S 233 pep-0233.txt Python Online Help Prescod
|
S 233 pep-0233.txt Python Online Help Prescod
|
||||||
S 235 pep-0235.txt Import on Case-Insensitive Platforms Peters
|
S 235 pep-0235.txt Import on Case-Insensitive Platforms Peters
|
||||||
S 236 pep-0236.txt Back to the __future__ Peters
|
S 236 pep-0236.txt Back to the __future__ Peters
|
||||||
|
S 243 pep-0243.txt Module Repository Upload Mechanism Reifschneider
|
||||||
|
|
||||||
Future PEPs (in consideration for Python 2.2)
|
Future PEPs (in consideration for Python 2.2)
|
||||||
|
|
||||||
|
@ -154,6 +155,8 @@ Numerical Index
|
||||||
S 240 pep-0240.txt Adding a Rational Literal to Python Zadka
|
S 240 pep-0240.txt Adding a Rational Literal to Python Zadka
|
||||||
S 241 pep-0241.txt Metadata for Python Software Packages Kuchling
|
S 241 pep-0241.txt Metadata for Python Software Packages Kuchling
|
||||||
S 242 pep-0242.txt Numeric Kinds Dubois
|
S 242 pep-0242.txt Numeric Kinds Dubois
|
||||||
|
S 243 pep-0243.txt Module Repository Upload Mechanism Reifschneider
|
||||||
|
|
||||||
|
|
||||||
Key
|
Key
|
||||||
|
|
||||||
|
@ -184,6 +187,7 @@ Owners
|
||||||
Peters, Tim tim@digicool.com
|
Peters, Tim tim@digicool.com
|
||||||
Prescod, Paul paul@prescod.net
|
Prescod, Paul paul@prescod.net
|
||||||
Raymond, Eric esr@snark.thyrsus.com
|
Raymond, Eric esr@snark.thyrsus.com
|
||||||
|
Reifschneider, Sean jafo-pep@tummy.com
|
||||||
van Rossum, Guido guido@python.org
|
van Rossum, Guido guido@python.org
|
||||||
Schemenauer, Neil nas@arctrix.com
|
Schemenauer, Neil nas@arctrix.com
|
||||||
Schneider-Kamp, Peter nowonder@nowonder.de
|
Schneider-Kamp, Peter nowonder@nowonder.de
|
||||||
|
|
Loading…
Reference in New Issue