We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41980e0 commit 4863e14Copy full SHA for 4863e14
1 file changed
admin-tools/setup-python-3.0.sh
@@ -17,9 +17,11 @@ cd $mydir
17
fulldir=$(readlink -f $mydir)
18
(cd $fulldir/.. && \
19
setup_version_trepan3k python-uncompyle6 python-3.0 \
20
- setup_version trepan3k python-xdis python-3.0 && \
21
setup_version_trepan3k python-filecache python-3.0 && \
22
- setup_version_trepan3k pycolumnize python-3.0 \
+ setup_version shell-term-background python-3.0 && \
+ setup_version pytracer python-3.0 \
23
+ setup_version pycolumnize python-3.0 && \
24
+ setup_version python-xdis python-3.0 \
25
)
26
27
checkout_finish python-3.0-to-3.2
0 commit comments