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:
Skip Montanaro 2024-01-18 16:18:42 -06:00 committed by GitHub
parent 68a7b78cd5
commit 72abb8c5d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 78 additions and 79 deletions

View file

@ -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