Typos, spell check, untab

This commit is contained in:
Barry Warsaw 2001-08-23 22:35:32 +00:00
parent bfeed80cb5
commit 5a7a50435a
1 changed files with 8 additions and 8 deletions

View File

@ -71,7 +71,7 @@ How to Make A Release
python-checkins mailing list), you need to decide whether the
change should also be applied to the branch.
If so, it's fairly easy to apply the change by diffing the file
If so, it's fairly easy to apply the change by diff'ing the file
and patching it manually. You can also sometimes get away with
just copying the file from the trunk directory to the branch
directory, but be careful so you don't lose changes that only
@ -179,10 +179,10 @@ How to Make A Release
- Start your upload to SF. You need to get Python-2.2a3.tgz into
SourceForge. This can take a while both because of the time it
takes to upload 650+KB of data, /and/ because SF has a 30 minute
delay built into the file release process. The next few steps
can be taken in parallel, so it's best to start the upload now
and keep an eye on its progress.
takes to upload such a huge file, /and/ because SF has a 30
minute delay built into the file release process. The next few
steps can be taken in parallel, so it's best to start the upload
now and keep an eye on its progress.
I've found that the `ncftpput' program is a great tool to use if
you have it available. You can execute the following command to