Skip to content

Commit fa99dc3

Browse files
authored
Redirect PEP 594 dead batteries (part 2) (#521)
1 parent d4ef1d9 commit fa99dc3

File tree

2 files changed

+1368
-3
lines changed

2 files changed

+1368
-3
lines changed

salt/docs/config/nginx.docs-redirects.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ location ~ ^/([a-z-]*/)?(3|3.5|3.6|3.7|3.8|3.9|3.10)/library/_winreg.html$ {
133133
location ~ ^/([a-z-]*/)?(3|3.12|3.13|3.14)/library/(asynchat|asyncore|smtpd).html$ {
134134
return 301 https://$host/$1$2/;
135135
}
136-
location ~ ^/([a-z-]*/)?(3.13|3.14)/library/(2to3|aifc|audioop|cgi|cgitb|chunk|crypt|imghdr|mailcap|msilib|nis|nntplib|ossaudiodev|pipes|sndhdr|spwd|sunau|telnetlib|tkinter.tix|uu|xdrlib).html$ {
136+
location ~ ^/([a-z-]*/)?(3|3.13|3.14)/library/(2to3|aifc|audioop|cgi|cgitb|chunk|crypt|imghdr|mailcap|msilib|nis|nntplib|ossaudiodev|pipes|sndhdr|spwd|sunau|telnetlib|tkinter.tix|uu|xdrlib).html$ {
137137
return 301 https://$host/$1$2/;
138138
}
139139

0 commit comments

Comments
 (0)