From cdedaaca9b3af1f5a083f5368c9e17b2f5837483 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Mon, 4 Apr 2022 19:39:09 +0200 Subject: [PATCH] Update Python documentation (3.10.4) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/python.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 46001979..4e35659d 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -699,7 +699,7 @@ credits = [ 'https://raw.githubusercontent.com/pygame/pygame/master/LICENSE' ], [ 'Python', - '2001-2021 Python Software Foundation
Python is a trademark of the Python Software Foundation.', + '2001-2022 Python Software Foundation
Python is a trademark of the Python Software Foundation.', 'PSFL', 'https://docs.python.org/3/license.html' ], [ diff --git a/lib/docs/scrapers/python.rb b/lib/docs/scrapers/python.rb index fe104503..c01b96b6 100644 --- a/lib/docs/scrapers/python.rb +++ b/lib/docs/scrapers/python.rb @@ -32,12 +32,12 @@ module Docs library/sunau.html) options[:attribution] = <<-HTML - © 2001–2021 Python Software Foundation
+ © 2001–2022 Python Software Foundation
Licensed under the PSF License. HTML version '3.10' do - self.release = '3.10.1' + self.release = '3.10.4' self.base_url = "https://docs.python.org/#{self.version}/" html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'