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 b4459ed commit 8b7f167Copy full SHA for 8b7f167
update.sh
@@ -16,7 +16,7 @@ for version in "${versions[@]}"; do
16
# <span class="release-number"><a href="/downloads/release/python-278/">Python 2.7.8</a></span>
17
# <span class="release-number"><a href="/downloads/release/python-341/">Python 3.4.1</a></span>
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
+ # TODO figure out a better way to handle RCs than just filtering them out
20
if [ -z "$fullVersion" ]; then
21
echo >&2 "warning: cannot find $version"
22
continue
0 commit comments