SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72140 0 33 Python

bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (#5772)

Creating backup files with ~ suffix can be undesirable in some environment,
such as when building RPM packages. Instead of requiring the user to remove
those files manually, option -n was added, that simply disables this feature.

-n was selected because 2to3 has the same option with this behavior.
M
Miro Hrončok committed
5affd5c29eb1493cb31ef3cfdde15538ac134689
Parent: b51f5de
Committed by Christian Heimes <christian@python.org> on 3/13/2018, 9:56:43 AM