summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-08-08 14:03:23 (GMT)
committerGitHub <noreply@github.com>2022-08-08 14:03:23 (GMT)
commit6d1919009f64981943fa4218e69d0c09c7dbe740 (patch)
tree4e4329bfbe9fa0aff0737d0ba12f8eebd1ccb44c /Lib/idlelib
parent255f7ded778206e79de6f901c0ccfa2405c64aa8 (diff)
downloadcpython-6d1919009f64981943fa4218e69d0c09c7dbe740.zip
cpython-6d1919009f64981943fa4218e69d0c09c7dbe740.tar.gz
cpython-6d1919009f64981943fa4218e69d0c09c7dbe740.tar.bz2
gh-95491: Mention IDLE Issue project in Readme (GH-95750)
(cherry picked from commit 63140b445e4a303df430b3d60c1cd4ef34f27c03) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Lib/idlelib/README.txt b/Lib/idlelib/README.txt
index 779b51c..76aec58 100644
--- a/Lib/idlelib/README.txt
+++ b/Lib/idlelib/README.txt
@@ -280,3 +280,11 @@ first back-ported feature after 3.n.0 is released. Since each older
version file gets a different number of backports, it is easiest to
make a separate PR for each file and label it with the backports
needed.
+
+Github repository and issues
+----------------------------
+
+The CPython repository is https://github.com/python/cpython. The
+IDLE Issues listing is https://github.com/orgs/python/projects/31.
+The main classification is by Topic, based on the IDLE menu. View the
+topics list by clicking the [<]] button in the upper right.