diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2020-10-05 18:24:54 +0100 |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2020-10-05 18:30:18 +0100 |
commit | 8e9afaf8226b62a18080d69533a41159c70193cb (patch) | |
tree | 772bcdf420f1b8b7d4e993b6b8e9fb78f45d7d78 /Misc/NEWS.d/next/IDLE/2020-09-22-00-45-40.bpo-40181.hhQi3z.rst | |
parent | bpo-41584: clarify when the reflected method of a binary arithemtic operator ... (diff) | |
download | cpython-8e9afaf8226b62a18080d69533a41159c70193cb.tar.gz cpython-8e9afaf8226b62a18080d69533a41159c70193cb.tar.bz2 cpython-8e9afaf8226b62a18080d69533a41159c70193cb.zip |
Python 3.10.0a1v3.10.0a1
Diffstat (limited to 'Misc/NEWS.d/next/IDLE/2020-09-22-00-45-40.bpo-40181.hhQi3z.rst')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2020-09-22-00-45-40.bpo-40181.hhQi3z.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2020-09-22-00-45-40.bpo-40181.hhQi3z.rst b/Misc/NEWS.d/next/IDLE/2020-09-22-00-45-40.bpo-40181.hhQi3z.rst deleted file mode 100644 index b6866e19c4d..00000000000 --- a/Misc/NEWS.d/next/IDLE/2020-09-22-00-45-40.bpo-40181.hhQi3z.rst +++ /dev/null @@ -1,2 +0,0 @@ -In calltips, stop reminding that '/' marks the end of positional-only -arguments. |