mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Hide list comp variables and support set comprehensions
This commit is contained in:
parent
6ef6306dd6
commit
650f0d06d3
29 changed files with 2006 additions and 1323 deletions
|
@ -28,7 +28,6 @@ DATA_CRLF = "\r\n".join(DATA_TEMPLATE) + "\r\n"
|
|||
# before end-of-file.
|
||||
DATA_MIXED = "\n".join(DATA_TEMPLATE) + "\r"
|
||||
DATA_SPLIT = [x + "\n" for x in DATA_TEMPLATE]
|
||||
del x
|
||||
|
||||
class TestGenericUnivNewlines(unittest.TestCase):
|
||||
# use a class variable DATA to define the data to write to the file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue