mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove traces of division_warning left over from Python 2 (#10998)
This commit is contained in:
parent
79fe2a3462
commit
be3bd57ba2
9 changed files with 10 additions and 29 deletions
|
@ -31,12 +31,6 @@ class CmdLineTest(unittest.TestCase):
|
|||
self.verify_valid_flag('-O')
|
||||
self.verify_valid_flag('-OO')
|
||||
|
||||
def test_q(self):
|
||||
self.verify_valid_flag('-Qold')
|
||||
self.verify_valid_flag('-Qnew')
|
||||
self.verify_valid_flag('-Qwarn')
|
||||
self.verify_valid_flag('-Qwarnall')
|
||||
|
||||
def test_site_flag(self):
|
||||
self.verify_valid_flag('-S')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue