@@ -99,8 +99,8 @@ msgstr ""
99
99
100
100
#: ../Doc/library/wsgiref.rst:54
101
101
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* "
104
104
"dictionary. The return value is a string."
105
105
msgstr ""
106
106
"Retorna una deducción del valor para ``wsgi.url_scheme`` que debería ser "
@@ -118,8 +118,8 @@ msgstr ""
118
118
"Esta función es útil al crear un *gateway* que envuelve CGI o un protocolo "
119
119
"similar como FastCGI. Habitualmente, los servidores que ofrecen estos "
120
120
"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."
123
123
124
124
#: ../Doc/library/wsgiref.rst:67
125
125
msgid ""
@@ -1215,11 +1215,11 @@ msgstr ""
1215
1215
1216
1216
#: ../Doc/library/wsgiref.rst:750
1217
1217
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 "
1223
1223
"environment is Unicode (i.e. Windows), or ones where the environment is "
1224
1224
"bytes, but the system encoding used by Python to decode it is anything other "
1225
1225
"than ISO-8859-1 (e.g. Unix systems using UTF-8)."
0 commit comments