~doko/python/pkg3.4-debian

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
.TH 2TO3-3.3 "1" "January 2012" "2to3-3.3 3.3" "User Commands"
.SH NAME
2to3-3.3 \- Python2 to Python3 converter
.SH SYNOPSIS
.B 2to3
[\fIoptions\fR] \fIfile|dir \fR...
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-d\fR, \fB\-\-doctests_only\fR
Fix up doctests only
.TP
\fB\-f\fR FIX, \fB\-\-fix\fR=\fIFIX\fR
Each FIX specifies a transformation; default: all
.TP
\fB\-j\fR PROCESSES, \fB\-\-processes\fR=\fIPROCESSES\fR
Run 2to3 concurrently
.TP
\fB\-x\fR NOFIX, \fB\-\-nofix\fR=\fINOFIX\fR
Prevent a transformation from being run
.TP
\fB\-l\fR, \fB\-\-list\-fixes\fR
List available transformations
.TP
\fB\-p\fR, \fB\-\-print\-function\fR
Modify the grammar so that print() is a function
.TP
\fB\-v\fR, \fB\-\-verbose\fR
More verbose logging
.TP
\fB\-\-no\-diffs\fR
Don't show diffs of the refactoring
.TP
\fB\-w\fR, \fB\-\-write\fR
Write back modified files
.TP
\fB\-n\fR, \fB\-\-nobackups\fR
Don't write backups for modified files