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