summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorMiro Hrončok <miro@hroncok.cz>2018-03-13 09:56:43 (GMT)
committerChristian Heimes <christian@python.org>2018-03-13 09:56:43 (GMT)
commit5affd5c29eb1493cb31ef3cfdde15538ac134689 (patch)
tree4ce7b5348ecdfedf79c3ebb9d88ea48be1f323b8 /Misc/ACKS
parentb51f5de71163f096d2d5229ede5379cdb284f651 (diff)
downloadcpython-5affd5c29eb1493cb31ef3cfdde15538ac134689.zip
cpython-5affd5c29eb1493cb31ef3cfdde15538ac134689.tar.gz
cpython-5affd5c29eb1493cb31ef3cfdde15538ac134689.tar.bz2
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.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index d8179c8..d752d8a 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -687,6 +687,7 @@ Ken Howard
Brad Howes
Mike Hoy
Ben Hoyt
+Miro Hrončok
Chiu-Hsiang Hsu
Chih-Hao Huang
Christian Hudon