mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-114123: Migrate docstring from _csv to csv (#114124)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Éric <merwok@netwok.org>
This commit is contained in:
parent
68a7b78cd5
commit
72abb8c5d4
4 changed files with 78 additions and 79 deletions
|
@ -1416,8 +1416,7 @@ class KeyOrderingTest(unittest.TestCase):
|
|||
|
||||
class MiscTestCase(unittest.TestCase):
|
||||
def test__all__(self):
|
||||
extra = {'__doc__', '__version__'}
|
||||
support.check__all__(self, csv, ('csv', '_csv'), extra=extra)
|
||||
support.check__all__(self, csv, ('csv', '_csv'))
|
||||
|
||||
def test_subclassable(self):
|
||||
# issue 44089
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue