Skip to content

Commit 540b8d3

Browse files
committed
Revert "powrap changes to undo"
This reverts commit 14c91db.
1 parent 0bc8cff commit 540b8d3

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
@@ -101,8 +101,8 @@ msgstr ""
101101

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

126126
#: ../Doc/library/wsgiref.rst:67
127127
msgid ""
@@ -1214,11 +1214,11 @@ msgstr ""
12141214

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

0 commit comments

Comments
 (0)