]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39200: Correct the error message for range() empty constructor (GH-17813)
authorPablo Galindo <Pablogsal@gmail.com>
Sun, 5 Jan 2020 17:30:53 +0000 (17:30 +0000)
committerGitHub <noreply@github.com>
Sun, 5 Jan 2020 17:30:53 +0000 (17:30 +0000)
commit4b66fa6ce9c37e70b55af220d0e07368319de803
treee6863cade7856b951c4ee966df8b43fd8b6d5419
parentb121a4a45ff4bab8812a9b26ceffe5ad642f5d5a
bpo-39200: Correct the error message for range() empty constructor (GH-17813)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_range.py
Misc/NEWS.d/next/Core and Builtins/2020-01-03-14-50-14.bpo-39200.Ip2_iI.rst [new file with mode: 0644]
Objects/rangeobject.c