{"id":329376,"date":"2023-05-22T20:55:00","date_gmt":"2023-05-22T20:55:00","guid":{"rendered":"http:\/\/itteacheritfreelance.hk\/wordpress\/?guid=fc7339e14781ed3c649531ecba0d9ea3"},"modified":"2023-05-22T20:55:00","modified_gmt":"2023-05-22T20:55:00","slug":"python-3-12-0-beta-1-released","status":"publish","type":"post","link":"https:\/\/itteacheritfreelance.hk\/wordpress\/index.php\/2023\/05\/22\/python-3-12-0-beta-1-released\/","title":{"rendered":"Python 3.12.0 beta 1 released"},"content":{"rendered":"<p class=\"syndicated-attribution\"><meta name= \\\"keywords \\\" content= \\\"\u96fb\u5b50\u8a08\u7b97\u6a5f, \u6559\u80b2, IT \u96fb\u8166\u73ed,\u96fb\u8166\u88dc\u7fd2\uff0c \u96fb\u8166\u73ed\uff0c \u5bb6\u6559\uff0c \u79c1\u4eba\u8001\u5e2b\uff0c \u8cc7\u8a0a\u6280\u8853\uff0c \u7a0b\u5e8f\u8a2d\u8a08\uff0c \u96fb\u5b50\u8a08\u7b97\u6a5f\uff0c \u904a\u6232\uff0c \u860b\u679c\uff0c \u96fb\u5f71\uff0c \u8a08\u7b97\u6a5f\uff0c\u7de8\u78bc\uff0c Java\uff0c C\/C++\uff0c JavaScript\uff0c PHP\uff0c HTML\uff0c CSS\uff0c MySQL\uff0c mobile\uff0c Android\uff0c \u52d5\u6f2b\uff0c Python\uff0c teacher\uff0c \u88dc\u7fd2\uff0c \u96fb\u8166\u88dc\u7fd2 \u8cc7\u8a0a, \u7535\u5b50\u8ba1\u7b97\u673a, IT ,Game, apple, movie, Computer,student,Java,\u6559\u80b2, ,\u5b66\u751f, \u5b66\u4e60, learn, \u6559\u5b66,  Android, apple,anime, animation, \u4fe1\u606f\u6280\u672f, \u7a0b\u5e8f\u8bbe\u8ba1, \u79fb\u52a8\u7535\u8bdd, \u8cc7\u8a0a\u79d1\u6280,Game, Jeu, Juego,Call Of Duty ,\u4f7f\u547d\u53ec\u559a , \u6e38\u620f, \u7535\u5b50\u6e38\u620f,, \u591a\u4eba\u7535\u5b50\u6e38\u620f, \u7f51\u7edc\u6e38\u620f\uff0conline\uff0conline game, \u624b\u673a\u6e38\u620f, mobile \\\"><\/p>\n<p>I&#8217;m pleased to announce the release of Python 3.12 beta 1 (and feature freeze for Python 3.12).<\/p>\n<p><a href=\"https:\/\/www.python.org\/downloads\/release\/python-3120b1\/\">https:\/\/www.python.org\/downloads\/release\/python-3120b1\/<\/a><\/p>\n<h1 style=\"text-align: left;\">This is a beta preview of Python 3.12<\/h1>\n<div style=\"text-align: left;\"><\/div>\n<div style=\"text-align: left;\">Python 3.12 is still in development. This release, 3.12.0b1, is the first of four planned beta release previews of 3.12.<\/p>\n<\/div>\n<div style=\"text-align: left;\">Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their projects to support the new feature release.<\/p>\n<\/div>\n<div style=\"text-align: left;\">We strongly encourage maintainers of third-party Python projects to test with 3.12 during the beta phase and report issues found to [the Python bug tracker (Issues \u00b7 python\/cpython \u00b7 GitHub) as soon as possible. While the release is planned to be feature complete entering the beta phase, it is possible that features may be modified or, in rare cases, deleted up until the start of the release candidate phase (Monday, 2023-07-31). Our goal is to have no ABI changes after beta 4 and as few code changes as possible after 3.12.0rc1, the first release candidate. To achieve that, it will be extremely important to get as much exposure for 3.12 as possible during the beta phase.<\/p>\n<\/div>\n<div style=\"text-align: left;\">Please keep in mind that this is a preview release and its use is not recommended for production environments.<\/div>\n<div style=\"text-align: left;\"><\/div>\n<div style=\"text-align: left;\"><\/div>\n<h1 style=\"text-align: left;\">Major new features of the 3.12 series, compared to 3.11<\/h1>\n<p>Some of the new major new features and changes in Python 3.12 are:<\/p>\n<\/p>\n<ul style=\"text-align: left;\">\n<li>New type annotation syntax for generic classes (<a href=\"https:\/\/peps.python.org\/pep-0695\/\">PEP 695<\/a>).<\/li>\n<li>More flexible f-string parsing, allowing many things previously disallowed (<a href=\"https:\/\/peps.python.org\/pep-0701\/\">PEP 701<\/a>).<\/li>\n<li>Even more improved error messages. More exceptions potentially caused by typos now make suggestions to the user.<\/li>\n<li>Many large and small performance improvements (like <a href=\"https:\/\/peps.python.org\/pep-0709\/\">PEP 709<\/a>).<\/li>\n<li>Support for the Linux <span style=\"font-family: courier;\">perf<\/span> profiler to report Python function names in traces.<\/li>\n<li>The deprecated <span style=\"font-family: courier;\">wstr<\/span> and <span style=\"font-family: courier;\">wstr_length<\/span> members of the C implementation of unicode objects were removed, per <a href=\"https:\/\/peps.python.org\/pep-0623\/\">PEP 623<\/a>.<\/li>\n<li>In the <span style=\"font-family: courier;\">unittest<\/span> module, a number of long deprecated methods and classes were removed. (They had been deprecated since Python 3.1 or 3.2).<\/li>\n<li>The deprecated <span style=\"font-family: courier;\">smtpd<\/span> and <span style=\"font-family: courier;\">distutils<\/span> modules have been removed (see <a href=\"https:\/\/peps.python.org\/pep-0594\/\">PEP 594<\/a> and <a href=\"https:\/\/peps.python.org\/pep-0632\/\">PEP 632<\/a>. The <span style=\"font-family: courier;\">setuptools<\/span> package (installed by default in virtualenvs and many other places) continues to provide the <span style=\"font-family: courier;\">distutils<\/span> module.<\/li>\n<li>A number of other old, broken and deprecated functions, classes and methods have been removed.<\/li>\n<li>Invalid backslash escape sequences in strings now warn with <span style=\"font-family: courier;\">SyntaxWarning<\/span> instead of <span style=\"font-family: courier;\">DeprecationWarning<\/span>, making them more visible. (They will become syntax errors in the future.)<\/li>\n<li>The internal representation of integers has changed in preparation for performance enhancements. (This should not affect most users as it is an internal detail, but it may cause problems for Cython-generated code.)<\/li>\n<li><span style=\"font-size: x-small;\">(Hey, fellow core developer, if a feature you find important is missing from this list, <a href=\"mailto:thomas@python.org\">let Thomas know<\/a>.)<\/span><\/li>\n<\/ul>\n<p>For more details on the changes to Python 3.12, see <a href=\"https:\/\/docs.python.org\/dev\/whatsnew\/3.12.html\">What\u2019s new in Python 3.12<\/a>. The next pre-release of Python 3.12 will be 3.12.0b2, currently scheduled for 2023-05-29.<\/p>\n<p><\/p>\n<h1 style=\"text-align: left;\">More resources<\/h1>\n<div><\/div>\n<div style=\"text-align: left;\"><a href=\"https:\/\/docs.python.org\/3.12\/\">Online Documentation<\/a>.<\/div>\n<div style=\"text-align: left;\"><a href=\"https:\/\/www.python.org\/dev\/peps\/pep-0693\/\">PEP 693<\/a>, the Python 3.12 Release Schedule.<\/div>\n<div style=\"text-align: left;\">Report bugs via <a href=\"https:\/\/github.com\/python\/cpython\/issues\">GitHub Issues<\/a>.<\/div>\n<div style=\"text-align: left;\"><a href=\"https:\/\/www.python.org\/psf\/donations\/\">Help fund Python and its community<\/a>.<\/div>\n<div style=\"text-align: left;\"><\/div>\n<h1 style=\"text-align: left;\"><\/h1>\n<h1 style=\"text-align: left;\">And now for something completely different<\/h1>\n<p>As the first beta release marks the point at which we fork off the release branch from the main development branch, here\u2019s a poem about forks in the road.<\/p>\n<blockquote>\n<div style=\"text-align: left;\">Two roads diverged in a yellow wood,<br \/>And sorry I could not travel both<br \/>And be one traveler, long I stood<br \/>And looked down one as far as I could<br \/>To where it bent in the undergrowth;<\/p>\n<\/div>\n<div style=\"text-align: left;\">Then took the other, as just as fair,<br \/>And having perhaps the better claim,<br \/>Because it was grassy and wanted wear;<br \/>Though as for that the passing there<br \/>Had worn them really about the same,<\/p>\n<\/div>\n<div style=\"text-align: left;\">And both that morning equally lay<br \/>In leaves, no step had trodden black.<br \/>Oh, I kept the first for another day!<br \/>Yet knowing how way leads on to way,<br \/>I doubted if I should ever come back.<\/p>\n<\/div>\n<div style=\"text-align: left;\">I shall be telling this with a sigh<br \/>Somewhere ages and ages hence:<br \/>Two roads diverged in a wood, and I \u2014<br \/>I took the one less traveled by,<br \/>And that has made all the difference.<\/div>\n<\/blockquote>\n<div style=\"text-align: left;\"><i>The Road Not Taken<\/i>, by Robert Frost.<\/div>\n<div style=\"text-align: left;\"><\/div>\n<h1 style=\"text-align: left;\">Enjoy the new release<\/h1>\n<div style=\"text-align: left;\"><\/div>\n<div style=\"text-align: left;\">Thanks to all of the many volunteers who help make Python Development and these releases possible! Please consider supporting our efforts by volunteering yourself or through organization contributions to the Python Software Foundation.<\/div>\n<div style=\"text-align: left;\"><\/div>\n<div style=\"text-align: left;\">Your release team,<\/div>\n<div style=\"text-align: left;\">Thomas Wouters<\/div>\n<div style=\"text-align: left;\">Ned Deily<\/div>\n<div style=\"text-align: left;\">Steve Dower<\/div>\n\n<p class=\"syndicated-attribution\"><figure class= \\\"wp-block-image alignnone \\\"><img src= \\\"http:\/\/itteacheritfreelance.hk\/test\/wordpress\/wp-content\/uploads\/2016\/05\/logo2-2.png\\\" alt=\\\"IT\u96fb\u8166\u88dc\u7fd2 java\u88dc\u7fd2 \u70ba\u5927\u5bb6\u914d\u5c0d\u96fb\u8166\u88dc\u7fd2,IT freelance, \u79c1\u4eba\u8001\u5e2b, PHP\u88dc\u7fd2,CSS\u88dc\u7fd2,XML,Java\u88dc\u7fd2,MySQL\u88dc\u7fd2,graphic design\u88dc\u7fd2,\u4e2d\u5c0f\u5b78ICT\u88dc\u7fd2,\u4e00\u5c0d\u4e00\u79c1\u4eba\u88dc\u7fd2\u548cFreelance\u81ea\u7531\u5de5\u4f5c\u914d\u5c0d\u3002\\\"\/><figcaption>\u7acb\u523b\u8a3b\u518a\u53ca\u5831\u540d\u96fb\u8166\u88dc\u7fd2\u8ab2\u7a0b\u5427!<\/figcaption><\/figure>\r\n<\/br>Find A Teacher Form:\r\n<\/br>https:\/\/docs.google.com\/forms\/d\/1vREBnX5n262umf4wU5U2pyTwvk9O-JrAgblA-wH9GFQ\/viewform?edit_requested=true#responses\r\n<\/br><\/br>Email:\r\n<\/br>public1989two@gmail.com<br><br><br><br><br><br><br>\r\n<a href=www.itsec.hk style=color:#FFFFFF;>www.itsec.hk<\/a><br>\r\n<a href=\\\"www.itsec.vip\\\" style=color:#FFFFFF;>www.itsec.vip<\/a><br>\r\n<a href=\\\"www.itseceu.uk\\\" style=color:#FFFFFF;>www.itseceu.uk<\/a><br><\/p>","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>I&#8217;m pleased to announce the release of Python 3.12 beta 1 (and feature freeze for Python 3.12).https:\/\/www.python.org\/downloads\/release\/python-3120b1\/This is a beta preview of Python 3.12Python 3.12 is still in development. This release, 3.12.0b1, is t&#8230;<\/p>\n<\/div>","protected":false},"author":2039,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"slim_seo":{"title":"Python 3.12.0 beta 1 released - ITTeacherITFreelance.hk","description":"I'm pleased to announce the release of Python 3.12 beta 1 (and feature freeze for Python 3.12).https:\/\/www.python.org\/downloads\/release\/python-3120b1\/This is a"},"footnotes":""},"categories":[10700],"tags":[],"_links":{"self":[{"href":"https:\/\/itteacheritfreelance.hk\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/329376"}],"collection":[{"href":"https:\/\/itteacheritfreelance.hk\/wordpress\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itteacheritfreelance.hk\/wordpress\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itteacheritfreelance.hk\/wordpress\/index.php\/wp-json\/wp\/v2\/users\/2039"}],"replies":[{"embeddable":true,"href":"https:\/\/itteacheritfreelance.hk\/wordpress\/index.php\/wp-json\/wp\/v2\/comments?post=329376"}],"version-history":[{"count":1,"href":"https:\/\/itteacheritfreelance.hk\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/329376\/revisions"}],"predecessor-version":[{"id":329377,"href":"https:\/\/itteacheritfreelance.hk\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/329376\/revisions\/329377"}],"wp:attachment":[{"href":"https:\/\/itteacheritfreelance.hk\/wordpress\/index.php\/wp-json\/wp\/v2\/media?parent=329376"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itteacheritfreelance.hk\/wordpress\/index.php\/wp-json\/wp\/v2\/categories?post=329376"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itteacheritfreelance.hk\/wordpress\/index.php\/wp-json\/wp\/v2\/tags?post=329376"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}