diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-01-04 14:47:42 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-01-04 14:47:42 (GMT) |
commit | b234ceb1acb2ff10caa218a8d67d65e8deb19d8d (patch) | |
tree | b1dfa9970a9549827bcb953229755e04e3513955 /README | |
parent | e5f9e588c64fd8428701111f2c64a8c092b3d5ba (diff) | |
download | cpython-b234ceb1acb2ff10caa218a8d67d65e8deb19d8d.zip cpython-b234ceb1acb2ff10caa218a8d67d65e8deb19d8d.tar.gz cpython-b234ceb1acb2ff10caa218a8d67d65e8deb19d8d.tar.bz2 |
Update links to bug/patch tracker
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -124,20 +124,20 @@ Bug reports ----------- To report or search for bugs, please use the Python Bug -Tracker at http://sourceforge.net/bugs/?group_id=5470. +Tracker at http://bugs.python.org. Patches and contributions ------------------------- To submit a patch or other contribution, please use the Python Patch -Manager at http://sourceforge.net/patch/?group_id=5470. Guidelines -for patch submission may be found at http://www.python.org/patches/. +Manager at http://bugs.python.org. Guidelines +for patch submission may be found at http://www.python.org/dev/patches/. If you have a proposal to change Python, it's best to submit a Python Enhancement Proposal (PEP) first. All current PEPs, as well as guidelines for submitting a new PEP, are listed at -http://www.python.org/peps/. +http://www.python.org/dev/peps/. Questions |