-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New Release To Fix 2.7 #988
Copy link
Copy link
Closed
Description
This is a redux #977 because I had some craziness going on in my paths.
The current release of black is 19.3b0 and it has a number of issues that affect 2.x code. These include:
- black fails on print function when using Python 2.7 as target version #768:
Cannot parse: 3:19: print('hello', file=sys.stdout) - black inserts unnecessary whitespace around print() with target_version = py27 #752: ugly whitespace
print (something)
Both issues are pretty terrible for code trying to be 2.x/3.x compatible, and both issues have been fixed in master. However, neither are part of a current release.
Can we get a new release out? If not, could we at least get a bugfix release out (19.3b1) that includes those two fixes?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels