File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ for version in "${versions[@]}"; do
16
16
# <span class="release-number"><a href="/downloads/release/python-278/">Python 2.7.8</a></span>
17
17
# <span class="release-number"><a href="/downloads/release/python-341/">Python 3.4.1</a></span>
18
18
fullVersion=" $( curl -fsSL ' https://www.python.org/downloads/' | awk -F ' Python |</a>' ' /<span class="release-number"><a[^>]+>Python ' " $version " ' ./ { print $2 }' | grep -v ' rc' | sort -V | tail -1) "
19
- # TODO figure out a better want to handle RCs than just filtering them out wholesale
19
+ # TODO figure out a better way to handle RCs than just filtering them out
20
20
if [ -z " $fullVersion " ]; then
21
21
echo >&2 " warning: cannot find $version "
22
22
continue
You can’t perform that action at this time.
0 commit comments