Skip to content

Commit 14c91db

Browse files
committed
powrap changes to undo
1 parent 5866c23 commit 14c91db

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

library/wsgiref.po

+9-9
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ msgstr ""
9999

100100
#: ../Doc/library/wsgiref.rst:54
101101
msgid ""
102-
"Return a guess for whether ``wsgi.url_scheme`` should be \"http\" or "
103-
"\"https\", by checking for a ``HTTPS`` environment variable in the *environ* "
102+
"Return a guess for whether ``wsgi.url_scheme`` should be \"http\" or \"https"
103+
"\", by checking for a ``HTTPS`` environment variable in the *environ* "
104104
"dictionary. The return value is a string."
105105
msgstr ""
106106
"Retorna una deducción del valor para ``wsgi.url_scheme`` que debería ser "
@@ -118,8 +118,8 @@ msgstr ""
118118
"Esta función es útil al crear un *gateway* que envuelve CGI o un protocolo "
119119
"similar como FastCGI. Habitualmente, los servidores que ofrecen estos "
120120
"protocolos incluyen una variable ``HTTPS`` con el valor \"1\", \"yes\", o "
121-
"\"on\" cuando reciben una petición vía SSL. Así, esta función retorna "
122-
"\"https\" si encuentra ese valor, o \"http\", en caso contrario."
121+
"\"on\" cuando reciben una petición vía SSL. Así, esta función retorna \"https"
122+
"\" si encuentra ese valor, o \"http\", en caso contrario."
123123

124124
#: ../Doc/library/wsgiref.rst:67
125125
msgid ""
@@ -1215,11 +1215,11 @@ msgstr ""
12151215

12161216
#: ../Doc/library/wsgiref.rst:750
12171217
msgid ""
1218-
"Transcode CGI variables from ``os.environ`` to :pep:`3333` \"bytes in "
1219-
"unicode\" strings, returning a new dictionary. This function is used by :"
1220-
"class:`CGIHandler` and :class:`IISCGIHandler` in place of directly using "
1221-
"``os.environ``, which is not necessarily WSGI-compliant on all platforms and "
1222-
"web servers using Python 3 -- specifically, ones where the OS's actual "
1218+
"Transcode CGI variables from ``os.environ`` to :pep:`3333` \"bytes in unicode"
1219+
"\" strings, returning a new dictionary. This function is used by :class:"
1220+
"`CGIHandler` and :class:`IISCGIHandler` in place of directly using ``os."
1221+
"environ``, which is not necessarily WSGI-compliant on all platforms and web "
1222+
"servers using Python 3 -- specifically, ones where the OS's actual "
12231223
"environment is Unicode (i.e. Windows), or ones where the environment is "
12241224
"bytes, but the system encoding used by Python to decode it is anything other "
12251225
"than ISO-8859-1 (e.g. Unix systems using UTF-8)."

0 commit comments

Comments
 (0)