@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.15\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-06-21 15:47 +0000\n "
14+ "POT-Creation-Date : 2026-07-05 15:08 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -51,9 +51,9 @@ msgstr ""
5151
5252msgid ""
5353"The various named parameters found in :mailheader:`Set-Cookie` and :"
54- "mailheader:`Set-Cookie2` headers (eg. ``domain`` and ``expires``) are "
55- "conventionally referred to as :dfn:`attributes`. To distinguish them from "
56- "Python attributes, the documentation for this module uses the term :dfn:"
54+ "mailheader:`Set-Cookie2` headers (for example, ``domain`` and ``expires``) "
55+ "are conventionally referred to as :dfn:`attributes`. To distinguish them "
56+ "from Python attributes, the documentation for this module uses the term :dfn:"
5757"`cookie-attribute` instead."
5858msgstr ""
5959
@@ -111,8 +111,8 @@ msgstr ""
111111msgid ""
112112"Constructor arguments should be passed as keyword arguments only. "
113113"*blocked_domains* is a sequence of domain names that we never accept cookies "
114- "from, nor return cookies to. *allowed_domains* if not :const:` None`, this is "
115- "a sequence of the only domains for which we accept and return cookies. "
114+ "from, nor return cookies to. *allowed_domains* if not `` None`` , this is a "
115+ "sequence of the only domains for which we accept and return cookies. "
116116"*secure_protocols* is a sequence of protocols for which secure cookies can "
117117"be added to. By default *https* and *wss* (secure websocket) are considered "
118118"secure protocols. For all other arguments, see the documentation for :class:"
@@ -121,21 +121,21 @@ msgstr ""
121121
122122msgid ""
123123":class:`DefaultCookiePolicy` implements the standard accept / reject rules "
124- "for Netscape and :rfc:`2965` cookies. By default, :rfc:`2109` cookies (ie. "
125- "cookies received in a :mailheader:`Set-Cookie` header with a version cookie- "
126- "attribute of 1) are treated according to the RFC 2965 rules. However, if "
127- "RFC 2965 handling is turned off or :attr:`rfc2109_as_netscape` is ``True``, "
128- "RFC 2109 cookies are 'downgraded' by the :class:`CookieJar` instance to "
129- "Netscape cookies, by setting the :attr:`version` attribute of the :class: "
130- "`Cookie` instance to 0. :class:`DefaultCookiePolicy` also provides some "
131- "parameters to allow some fine-tuning of policy."
124+ "for Netscape and :rfc:`2965` cookies. By default, :rfc:`2109` cookies (that "
125+ "is, cookies received in a :mailheader:`Set-Cookie` header with a version "
126+ "cookie- attribute of 1) are treated according to the RFC 2965 rules. "
127+ "However, if RFC 2965 handling is turned off or :attr:`rfc2109_as_netscape` "
128+ "is ``True``, RFC 2109 cookies are 'downgraded' by the :class:`CookieJar` "
129+ "instance to Netscape cookies, by setting the :attr:`~Cookie. version` "
130+ "attribute of the :class: `Cookie` instance to 0. :class:`DefaultCookiePolicy` "
131+ "also provides some parameters to allow some fine-tuning of policy."
132132msgstr ""
133133
134134msgid ""
135135"This class represents Netscape, :rfc:`2109` and :rfc:`2965` cookies. It is "
136136"not expected that users of :mod:`!http.cookiejar` construct their own :class:"
137- "`Cookie` instances. Instead, if necessary, call :meth:`make_cookies` on a : "
138- "class:`CookieJar` instance."
137+ "`Cookie` instances. Instead, if necessary, call :meth:`~CookieJar. "
138+ "make_cookies` on a : class:`CookieJar` instance."
139139msgstr ""
140140
141141msgid "Module :mod:`urllib.request`"
@@ -185,7 +185,7 @@ msgstr ""
185185msgid ":rfc:`2964` - Use of HTTP State Management"
186186msgstr ""
187187
188- msgid "CookieJar and FileCookieJar Objects "
188+ msgid "CookieJar and FileCookieJar objects "
189189msgstr ""
190190
191191msgid ""
@@ -200,23 +200,27 @@ msgid "Add correct :mailheader:`Cookie` header to *request*."
200200msgstr ""
201201
202202msgid ""
203- "If policy allows (ie. the :attr:`rfc2965` and :attr:`hide_cookie2` "
204- "attributes of the :class:`CookieJar`'s :class:`CookiePolicy` instance are "
205- "true and false respectively), the :mailheader:`Cookie2` header is also added "
206- "when appropriate."
203+ "If policy allows (that is, the :attr:`~CookiePolicy. rfc2965` and :attr:"
204+ "`~CookiePolicy.hide_cookie2` attributes of the :class:`CookieJar`'s :class:"
205+ "`CookiePolicy` instance are true and false respectively), the :mailheader:"
206+ "`Cookie2` header is also added when appropriate."
207207msgstr ""
208208
209209msgid ""
210210"The *request* object (usually a :class:`urllib.request.Request` instance) "
211- "must support the methods :meth:`get_full_url`, :meth:`has_header`, :meth:"
212- "`get_header`, :meth:`header_items`, :meth:`add_unredirected_header` and the "
213- "attributes :attr:`host`, :attr:`!type`, :attr:`unverifiable` and :attr:"
214- "`origin_req_host` as documented by :mod:`urllib.request`."
211+ "must support the methods :meth:`~urllib.request.Request.get_full_url`, :meth:"
212+ "`~urllib.request.Request.has_header`, :meth:`~urllib.request.Request."
213+ "get_header`, :meth:`~urllib.request.Request.header_items`, :meth:`~urllib."
214+ "request.Request.add_unredirected_header` and the attributes :attr:`~urllib."
215+ "request.Request.host`, :attr:`~urllib.request.Request.type`, :attr:`~urllib."
216+ "request.Request.unverifiable` and :attr:`~urllib.request.Request."
217+ "origin_req_host` as documented by :mod:`urllib.request`."
215218msgstr ""
216219
217220msgid ""
218- "*request* object needs :attr:`origin_req_host` attribute. Dependency on a "
219- "deprecated method :meth:`get_origin_req_host` has been removed."
221+ "*request* object needs :attr:`~urllib.request.Request.origin_req_host` "
222+ "attribute. Dependency on a deprecated method :meth:`!get_origin_req_host` "
223+ "has been removed."
220224msgstr ""
221225
222226msgid ""
@@ -233,16 +237,18 @@ msgstr ""
233237
234238msgid ""
235239"The *response* object (usually the result of a call to :meth:`urllib.request."
236- "urlopen`, or similar) should support an :meth:`info` method, which returns "
237- "an :class:`email.message.Message` instance."
240+ "urlopen`, or similar) should support an :meth:`~http.client.HTTPResponse. "
241+ "info` method, which returns an :class:`email.message.Message` instance."
238242msgstr ""
239243
240244msgid ""
241245"The *request* object (usually a :class:`urllib.request.Request` instance) "
242- "must support the method :meth:`get_full_url` and the attributes :attr:"
243- "`host`, :attr:`unverifiable` and :attr:`origin_req_host`, as documented by :"
244- "mod:`urllib.request`. The request is used to set default values for cookie-"
245- "attributes as well as for checking that the cookie is allowed to be set."
246+ "must support the method :meth:`~urllib.request.Request.get_full_url` and the "
247+ "attributes :attr:`~urllib.request.Request.host`, :attr:`~urllib.request."
248+ "Request.unverifiable` and :attr:`~urllib.request.Request.origin_req_host`, "
249+ "as documented by :mod:`urllib.request`. The request is used to set default "
250+ "values for cookie-attributes as well as for checking that the cookie is "
251+ "allowed to be set."
246252msgstr ""
247253
248254msgid "Set the :class:`CookiePolicy` instance to be used."
@@ -283,16 +289,16 @@ msgid "Discard all session cookies."
283289msgstr ""
284290
285291msgid ""
286- "Discards all contained cookies that have a true :attr:`discard` attribute "
287- "(usually because they had either no ``max-age`` or ``expires`` cookie- "
288- "attribute, or an explicit ``discard`` cookie-attribute). For interactive "
289- "browsers, the end of a session usually corresponds to closing the browser "
290- "window."
292+ "Discards all contained cookies that have a true :attr:`~Cookie. discard` "
293+ "attribute (usually because they had either no ``max-age`` or ``expires`` "
294+ "cookie- attribute, or an explicit ``discard`` cookie-attribute). For "
295+ "interactive browsers, the end of a session usually corresponds to closing "
296+ "the browser window."
291297msgstr ""
292298
293299msgid ""
294- "Note that the :meth:`save` method won't save session cookies anyway, unless "
295- "you ask otherwise by passing a true *ignore_discard* argument."
300+ "Note that the :meth:`~FileCookieJar. save` method won't save session cookies "
301+ "anyway, unless you ask otherwise by passing a true *ignore_discard* argument."
296302msgstr ""
297303
298304msgid ":class:`FileCookieJar` implements the following additional methods:"
@@ -308,9 +314,9 @@ msgstr ""
308314
309315msgid ""
310316"*filename* is the name of file in which to save cookies. If *filename* is "
311- "not specified, :attr:`self.filename` is used (whose default is the value "
312- "passed to the constructor, if any); if :attr:`self.filename` is :const: "
313- "` None`, :exc:`ValueError` is raised."
317+ "not specified, :attr:`self.filename <FileCookieJar.filename> ` is used (whose "
318+ "default is the value passed to the constructor, if any); if :attr:`self."
319+ "filename <FileCookieJar.filename>` is `` None` `, :exc:`ValueError` is raised."
314320msgstr ""
315321
316322msgid ""
@@ -403,7 +409,7 @@ msgid ""
403409"file."
404410msgstr ""
405411
406- msgid "CookiePolicy Objects "
412+ msgid "CookiePolicy objects "
407413msgstr ""
408414
409415msgid ""
@@ -494,7 +500,7 @@ msgid ""
494500"to be useful)."
495501msgstr ""
496502
497- msgid "DefaultCookiePolicy Objects "
503+ msgid "DefaultCookiePolicy objects "
498504msgstr ""
499505
500506msgid "Implements the standard rules for accepting and returning cookies."
@@ -535,10 +541,10 @@ msgid ""
535541"A domain blocklist and allowlist is provided (both off by default). Only "
536542"domains not in the blocklist and present in the allowlist (if the allowlist "
537543"is active) participate in cookie setting and returning. Use the "
538- "*blocked_domains* constructor argument, and :meth:`blocked_domains` and : "
539- "meth:`set_blocked_domains` methods (and the corresponding argument and "
540- "methods for *allowed_domains*). If you set an allowlist, you can turn it "
541- "off again by setting it to :const:` None`."
544+ "*blocked_domains* constructor argument, and :meth:`~DefaultCookiePolicy. "
545+ "blocked_domains` and : meth:`~DefaultCookiePolicy. set_blocked_domains` "
546+ "methods (and the corresponding argument and methods for *allowed_domains*). "
547+ "If you set an allowlist, you can turn it off again by setting it to `` None` `."
542548msgstr ""
543549
544550msgid ""
@@ -568,10 +574,10 @@ msgid ""
568574"cookies."
569575msgstr ""
570576
571- msgid "Return :const:` None`, or the sequence of allowed domains (as a tuple)."
577+ msgid "Return `` None` `, or the sequence of allowed domains (as a tuple)."
572578msgstr ""
573579
574- msgid "Set the sequence of allowed domains, or :const:` None`."
580+ msgid "Set the sequence of allowed domains, or `` None` `."
575581msgstr ""
576582
577583msgid ""
@@ -587,10 +593,10 @@ msgstr ""
587593
588594msgid ""
589595"If true, request that the :class:`CookieJar` instance downgrade :rfc:`2109` "
590- "cookies (ie. cookies received in a :mailheader:`Set-Cookie` header with a "
591- "version cookie-attribute of 1) to Netscape cookies by setting the version "
592- "attribute of the :class:`Cookie` instance to 0. The default value is :const: "
593- "`None`, in which case RFC 2109 cookies are downgraded if and only if :rfc:"
596+ "cookies (that is, cookies received in a :mailheader:`Set-Cookie` header with "
597+ "a version cookie-attribute of 1) to Netscape cookies by setting the version "
598+ "attribute of the :class:`Cookie` instance to 0. The default value is "
599+ "`` None` `, in which case RFC 2109 cookies are downgraded if and only if :rfc:"
594600"`2965` handling is turned off. Therefore, RFC 2109 cookies are downgraded "
595601"by default."
596602msgstr ""
@@ -641,16 +647,16 @@ msgid ""
641647msgstr ""
642648
643649msgid ""
644- "When setting cookies, the 'host prefix' must not contain a dot (eg. ``www. "
645- "foo.bar.com`` can't set a cookie for ``.bar.com``, because ``www.foo`` "
650+ "When setting cookies, the 'host prefix' must not contain a dot (for example, "
651+ "``www. foo.bar.com`` can't set a cookie for ``.bar.com``, because ``www.foo`` "
646652"contains a dot)."
647653msgstr ""
648654
649655msgid ""
650656"Cookies that did not explicitly specify a ``domain`` cookie-attribute can "
651- "only be returned to a domain equal to the domain that set the cookie (eg. "
652- "``spam.example.com`` won't be returned cookies from ``example.com`` that had "
653- "no ``domain`` cookie-attribute)."
657+ "only be returned to a domain equal to the domain that set the cookie (for "
658+ "example, ``spam.example.com`` won't be returned cookies from ``example.com`` "
659+ "that had no ``domain`` cookie-attribute)."
654660msgstr ""
655661
656662msgid "When setting cookies, require a full :rfc:`2965` domain-match."
@@ -662,14 +668,14 @@ msgid ""
662668msgstr ""
663669
664670msgid ""
665- "Equivalent to 0 (ie. all of the above Netscape domain strictness flags "
671+ "Equivalent to 0 (that is, all of the above Netscape domain strictness flags "
666672"switched off)."
667673msgstr ""
668674
669675msgid "Equivalent to ``DomainStrictNoDots|DomainStrictNonDomain``."
670676msgstr ""
671677
672- msgid "Cookie Objects "
678+ msgid "Cookie objects "
673679msgstr ""
674680
675681msgid ""
@@ -689,52 +695,52 @@ msgid ""
689695msgstr ""
690696
691697msgid ""
692- "Integer or :const:` None`. Netscape cookies have :attr:`version` 0. :rfc:"
693- "`2965` and :rfc:`2109` cookies have a ``version`` cookie-attribute of 1. "
694- "However, note that :mod:`!http.cookiejar` may 'downgrade' RFC 2109 cookies "
695- "to Netscape cookies, in which case :attr:`version` is 0."
698+ "Integer or `` None`` . Netscape cookies have :attr:`version` 0. :rfc:`2965` "
699+ "and :rfc:`2109` cookies have a ``version`` cookie-attribute of 1. However, "
700+ "note that :mod:`!http.cookiejar` may 'downgrade' RFC 2109 cookies to "
701+ "Netscape cookies, in which case :attr:`version` is 0."
696702msgstr ""
697703
698704msgid "Cookie name (a string)."
699705msgstr ""
700706
701- msgid "Cookie value (a string), or :const:` None`."
707+ msgid "Cookie value (a string), or `` None` `."
702708msgstr ""
703709
704710msgid ""
705- "String representing a port or a set of ports (eg. '80', or '80,8080') , or : "
706- "const:` None`."
711+ "String representing a port or a set of ports (for example, '80' , or "
712+ "'80,8080'), or `` None` `."
707713msgstr ""
708714
709715msgid "Cookie domain (a string)."
710716msgstr ""
711717
712- msgid "Cookie path (a string, eg. ``'/acme/rocket_launchers'``)."
718+ msgid "Cookie path (a string, for example, ``'/acme/rocket_launchers'``)."
713719msgstr ""
714720
715721msgid "``True`` if cookie should only be returned over a secure connection."
716722msgstr ""
717723
718724msgid ""
719- "Integer expiry date in seconds since epoch, or :const:` None`. See also the :"
720- "meth: `is_expired` method."
725+ "Integer expiry date in seconds since epoch, or `` None`` . See also the :meth :"
726+ "`is_expired` method."
721727msgstr ""
722728
723729msgid "``True`` if this is a session cookie."
724730msgstr ""
725731
726732msgid ""
727- "String comment from the server explaining the function of this cookie, or : "
728- "const:` None`."
733+ "String comment from the server explaining the function of this cookie, or "
734+ "`` None` `."
729735msgstr ""
730736
731737msgid ""
732738"URL linking to a comment from the server explaining the function of this "
733- "cookie, or :const:` None`."
739+ "cookie, or `` None` `."
734740msgstr ""
735741
736742msgid ""
737- "``True`` if this cookie was received as an :rfc:`2109` cookie (ie. the "
743+ "``True`` if this cookie was received as an :rfc:`2109` cookie (that is, the "
738744"cookie arrived in a :mailheader:`Set-Cookie` header, and the value of the "
739745"Version cookie-attribute in that header was 1). This attribute is provided "
740746"because :mod:`!http.cookiejar` may 'downgrade' RFC 2109 cookies to Netscape "
0 commit comments