@@ -13,7 +13,7 @@ msgid ""
1313msgstr ""
1414"Project-Id-Version : Python 3.15\n "
1515"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2026-09-19 16:52 +0000\n "
16+ "POT-Creation-Date : 2026-09-21 18:58 +0000\n "
1717"PO-Revision-Date : 2025-09-16 00:02+0000\n "
1818"Last-Translator : python-doc bot, 2026\n "
1919"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -4139,58 +4139,3 @@ msgstr ""
41394139
41404140msgid "Have fun!"
41414141msgstr ""
4142-
4143- msgid "Changes since Python 2.6"
4144- msgstr ""
4145-
4146- msgid ""
4147- "The methods :func:`Turtle.tracer <tracer>`, :func:`Turtle.window_width "
4148- "<window_width>` and :func:`Turtle.window_height <window_height>` have been "
4149- "eliminated. Methods with these names and functionality are now available "
4150- "only as methods of :class:`Screen`. The functions derived from these remain "
4151- "available. (In fact already in Python 2.6 these methods were merely "
4152- "duplications of the corresponding :class:`TurtleScreen`/:class:`Screen` "
4153- "methods.)"
4154- msgstr ""
4155-
4156- msgid ""
4157- "The method :func:`!Turtle.fill` has been eliminated. The behaviour of :func:"
4158- "`begin_fill` and :func:`end_fill` have changed slightly: now every filling "
4159- "process must be completed with an ``end_fill()`` call."
4160- msgstr ""
4161-
4162- msgid ""
4163- "A method :func:`Turtle.filling <filling>` has been added. It returns a "
4164- "boolean value: ``True`` if a filling process is under way, ``False`` "
4165- "otherwise. This behaviour corresponds to a ``fill()`` call without arguments "
4166- "in Python 2.6."
4167- msgstr ""
4168-
4169- msgid "Changes since Python 3.0"
4170- msgstr ""
4171-
4172- msgid ""
4173- "The :class:`Turtle` methods :func:`shearfactor`, :func:`shapetransform` and :"
4174- "func:`get_shapepoly` have been added. Thus the full range of regular linear "
4175- "transforms is now available for transforming turtle shapes. :func:"
4176- "`tiltangle` has been enhanced in functionality: it now can be used to get or "
4177- "set the tilt angle."
4178- msgstr ""
4179-
4180- msgid ""
4181- "The :class:`Screen` method :func:`onkeypress` has been added as a complement "
4182- "to :func:`onkey`. As the latter binds actions to the key release event, an "
4183- "alias: :func:`onkeyrelease` was also added for it."
4184- msgstr ""
4185-
4186- msgid ""
4187- "The method :func:`Screen.mainloop <mainloop>` has been added, so there is no "
4188- "longer a need to use the standalone :func:`mainloop` function when working "
4189- "with :class:`Screen` and :class:`Turtle` objects."
4190- msgstr ""
4191-
4192- msgid ""
4193- "Two input methods have been added: :func:`Screen.textinput <textinput>` and :"
4194- "func:`Screen.numinput <numinput>`. These pop up input dialogs and return "
4195- "strings and numbers respectively."
4196- msgstr ""
0 commit comments