File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.9\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2021-01-01 05 :02+0000\n "
15+ "POT-Creation-Date : 2021-07-26 07 :02+0000\n "
1616"PO-Revision-Date : 2017-02-16 17:32+0000\n "
1717"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2021\n "
1818"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -639,14 +639,13 @@ msgid "__future__"
639639msgstr ""
640640
641641msgid ""
642- "A pseudo-module which programmers can use to enable new language features "
643- "which are not compatible with the current interpreter."
644- msgstr ""
645-
646- msgid ""
647- "By importing the :mod:`__future__` module and evaluating its variables, you "
648- "can see when a new feature was first added to the language and when it "
649- "becomes the default::"
642+ "A :ref:`future statement <future>`, ``from __future__ import <feature>``, "
643+ "directs the compiler to compile the current module using syntax or semantics "
644+ "that will become standard in a future release of Python. The :mod:"
645+ "`__future__` module documents the possible values of *feature*. By "
646+ "importing this module and evaluating its variables, you can see when a new "
647+ "feature was first added to the language and when it will (or did) become the "
648+ "default::"
650649msgstr ""
651650
652651msgid "garbage collection"
You can’t perform that action at this time.
0 commit comments