Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
66e42014
Commit
66e42014
authored
Apr 12, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add PEP 243 section
parent
10c5a00b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
1 deletion
+26
-1
Doc/whatsnew/whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+26
-1
No files found.
Doc/whatsnew/whatsnew25.tex
View file @
66e42014
...
...
@@ -3,7 +3,6 @@
% $Id$
% Fix XXX comments
% Distutils upload (PEP 243)
% The easy_install stuff
% Stateful codec changes
% ASCII is now default encoding for modules
...
...
@@ -35,6 +34,32 @@ If you want to understand the complete implementation and design
rationale, refer to the PEP for a particular new feature.
%======================================================================
\section
{
PEP 243: Uploading Modules to PyPI
}
PEP 243 describes an HTTP-based protocol for submitting software
packages to a central archive. The Python package index at
\url
{
http://cheeseshop.python.org
}
now supports package uploads, and
the new
\command
{
upload
}
Distutils command will upload a package to the
repository.
Before a package can be uploaded, you must be able to build a
distribution using the
\command
{
sdist
}
Distutils command. Once that
works, you can run
\code
{
python setup.py upload
}
to add your package
to the PyPI archive. Optionally you can GPG-sign the package by
supplying the
\programopt
{
--sign
}
and
\programopt
{
--identity
}
options.
\begin{seealso}
\seepep
{
243
}{
Module Repository Upload Mechanism
}{
PEP written by
Sean Reifschneider; implemented by Martin von L
\"
owis
and Richard Jones. Note that the PEP doesn't exactly
describe what's implemented in PyPI.
}
\end{seealso}
%======================================================================
\section
{
PEP 308: Conditional Expressions
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment