[devdocsgjs/main: 235/239] Update Python documentation (3.10.4)




commit cdedaaca9b3af1f5a083f5368c9e17b2f5837483
Author: Simon Legner <Simon Legner gmail com>
Date:   Mon Apr 4 19:39:09 2022 +0200

    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<br>Python is a trademark of the Python Software Foundation.',
+    '2001-2022 Python Software Foundation<br>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
-      &copy; 2001&ndash;2021 Python Software Foundation<br>
+      &copy; 2001&ndash;2022 Python Software Foundation<br>
       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'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]