Skip to content
Menu
Open World News Open World News
  • Privacy Policy
Open World News Open World News

Category: Open Source

Python 3.11.0rc1 is now available

Posted on August 9, 2022 by Michael G

This is the first release candidate of Python 3.11

https://www.python.org/downloads/release/python-3110rc1/

This release, **3.11.0rc1**, is the penultimate release preview.  Entering the release candidate phase, only reviewed code changes which are clear bug fixes are allowed between this release candidate and the final release. The second candidate and the last planned release preview is currently planned for Monday, 2022-09-05 while the official release is planned for Monday, 2022-10-03.

There will be no ABI changes from this point forward in the 3.11 series and the goal is that there will be as few code changes as possible.

Call to action

Core developers: all eyes on the docs now

* Are all your changes properly documented?

* Did you notice other changes you know of to have insufficient documentation?

Community members

We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.11 compatibilities during this phase. As always, report any issues to the Python bug tracker.

Please keep in mind that this is a preview release and its use is **not** recommended for production environments.

Major new features of the 3.11 series, compared to 3.10

Among the new major new features and changes so far:

  • PEP 657 – Include Fine-Grained Error Locations in Tracebacks
  • PEP 654 – Exception Groups and except*
  • PEP 673 – Self Type
  • PEP 646 – Variadic Generics
  • PEP 680 – tomllib: Support for Parsing TOML in the Standard Library
  • PEP 675 – Arbitrary Literal String Type
  • PEP 655 – Marking individual TypedDict items as required or potentially-missing
  • bpo-46752 – Introduce task groups to asyncio
  • PEP 681 – Data Class Transforms
  • bpo-433030– Atomic grouping ((?>…)) and possessive quantifiers (*+, ++, ?+, {m,n}+) are now supported in regular expressions.
  • The Faster Cpython Project is already yielding some exciting results. Python 3.11 is up to 10-60% faster than Python 3.10. On average, we measured a 1.22x speedup on the standard benchmark suite. See Faster CPython for details.
  • (Hey, fellow core developer, if a feature you find important is missing from this list, let Pablo know.)

The next pre-release of Python 3.11 will be 3.11.0rc2, currently scheduled for  Monday, 2022-09-05.

More resources

  • Online Documentation
  • PEP 664, 3.11 Release Schedule
  • Report bugs at https://bugs.python.org.
  • Help fund Python and its community.

And now for something completely different

A quark star is a hypothetical type of compact, exotic star, where extremely high core temperature and pressure have forced nuclear particles to form quark matter, a continuous state of matter consisting of free quarks. 

Some massive stars collapse to form neutron stars at the end of their life cycle, as has been both observed and explained theoretically. Under the extreme temperatures and pressures inside neutron stars, the neutrons are normally kept apart by degeneracy pressure, stabilizing the star and hindering further gravitational collapse. However, it is hypothesized that under even more extreme temperature and pressure, the degeneracy pressure of the neutrons is overcome, and the neutrons are forced to merge and dissolve into their constituent quarks, creating an ultra-dense phase of quark matter based on densely packed quarks. In this state, a new equilibrium is supposed to emerge, as a new degeneracy pressure between the quarks, as well as repulsive electromagnetic forces, will occur and hinder total gravitational collapse.

If these ideas are correct, quark stars might occur, and be observable, somewhere in the universe. Theoretically, such a scenario is seen as scientifically plausible, but it has been impossible to prove both observationally and experimentally because the very extreme conditions needed for stabilizing quark matter cannot be created in any laboratory nor observed directly in nature. The stability of quark matter, and hence the existence of quark stars, is for these reasons among the unsolved problems in physics.

We hope you enjoy the new releases!

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.


https://www.python.org/psf/

Your friendly release team,
Ned Deily @nad 
Steve Dower @steve.dower 
Pablo Galindo Salgado @pablogsal

April-June 2022 Status Report

Posted on August 9, 2022 by Michael G
The April to June 2022 Status Report is now available with 26 entries.

LFX’22 Mentorship Experience with Open Horizon

Posted on August 9, 2022 by Michael G

LFX’22 Mentorship Experience with Open HorizonRuchi Pakhle shares his experience in the Linux Foundation’s mentorship program working with Open Horizon.
The post LFX’22 Mentorship Experience with Open Horizon appeared first on Linux Foundation.

The post LFX’22 Mentorship Experience with Open Horizon appeared first on Linux.com.

a2ps @ Savannah: a2ps 4.14.91 released [alpha]

Posted on August 9, 2022 by Michael G

This alpha release marks the return of GNU a2ps to the Translation Project.

Some other minor issues have also been fixed.

Here are the compressed sources and a GPG detached signature:
  https://alpha.gnu.org/gnu/a2ps/a2ps-4.14.91.tar.gz
  https://alpha.gnu.org/gnu/a2ps/a2ps-4.14.91.tar.gz.sig

Use a mirror for higher download bandwidth:
  https://www.gnu.org/order/ftp.html

Here are the SHA1 and SHA256 checksums:

36c2514304132eb2eb8921252145ced28f209182  a2ps-4.14.91.tar.gz
1LQ+pPTsYhMbt09CdSMrTaMP55VIi0MP7oaa+zDvRG0  a2ps-4.14.91.tar.gz

The SHA256 checksum is base64 encoded, instead of the
hexadecimal encoding that most checksum tools default to.

Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact.  First, be sure to download both the .sig file
and the corresponding tarball.  Then, run a command like this:

  gpg –verify a2ps-4.14.91.tar.gz.sig

The signature should match the fingerprint of the following key:

  pub   rsa2048 2013-12-11 [SC]
        2409 3F01 6FFE 8602 EF44  9BB8 4C8E F3DA 3FD3 7230
  uid   Reuben Thomas <rrt@sc3d.org>
  uid   keybase.io/rrt <rrt@keybase.io>

If that command fails because you don’t have the required public key,
or that public key has expired, try the following commands to retrieve
or refresh it, and then rerun the ‘gpg –verify’ command.

  gpg –locate-external-key rrt@sc3d.org

  gpg –recv-keys 4C8EF3DA3FD37230

  wget -q -O- ‘https://savannah.gnu.org/project/release-gpgkeys.php?group=a2ps&download=1’ | gpg –import –

As a last resort to find the key, you can try the official GNU
keyring:

  wget -q https://ftp.gnu.org/gnu/gnu-keyring.gpg
  gpg –keyring gnu-keyring.gpg –verify a2ps-4.14.91.tar.gz.sig

This release was bootstrapped with the following tools:
  Autoconf 2.69
  Automake 1.16.1
  Gnulib v0.1-5347-gc0c72120f0

NEWS

* Noteworthy changes in release 4.14.91 (2022-08-08) [alpha]
 * Build:
   – Re-add a2ps to the Translation Project, and remove po files from git.
 * Bug fixes:
   – Remove reference to @COM_distill@ variable in a2ps_cfg.in.
 * Documentation:
   – Format –help output consistently to 80 columns.
   – Fix a couple of message typos.

Citing danger of “ink spills” Epson programs end of life for some printers

Posted on August 9, 2022 by Michael G
You have a perfectly healthy, functioning Epson inkjet printer in your home office. It’s served you well for years and you use it frequently. Then, one day, you go to print a document and realize that the printer isn’t working. A message on the display reads “a part inside your printer is at the end of its service life. Service is required.” That’s funny, you think. You hadn’t noticed anything wrong with your printer before this message appeared. The device was working well and the quality of the printing was fine. If nothing was broken, why are you suddenly getting this message? More important: how do you get rid of it so that you can continue using your printer? This should absolutely be criminal behaviour. If there was ever an industry that could do with a worldwide judicial probe and investigation, it’s the printer makers. They employ so many clearly scammy business practices, and get away with them too.

Sniper GamePlay

Posted on August 8, 2022 by Michael G

Video by via Dailymotion Source Gaming video Free Fire. I upload videos of different types of games to this channel so if you want to watch videos of different types of games then subscribe to this channel and press the bell icon. Gaming in Redmi Note 10s #gamingvideofreefire #gamingvideofreefire2021 #freefiregameplayvideo #shakil 2.4.5 #funny #funnyvideo #ApexLegends…

YESUS DI DALAM RUMAHKU: PIANIKA ❲MELODICA❳ TUTORIAL | LAGU ROHANI

Posted on August 8, 2022 by Michael G

Video by via Dailymotion Source Matius 24:42 (TB) Karena itu berjaga-jagalah, sebab kamu tidak tahu pada hari mana Tuhanmu datang. LIRIK LAGU YESUS DI DALAM RUMAHKU Yesus di dalam rumahkusenang senanglahsenang senanglahsenang senanglah Yesus di dalam rumahkusenang senanglahsenang senanglah Go to Source

Heavy Rains Expected In Telangana For Next 3 Days , Says Weather Dept Director Nagaratnam | V6…

Posted on August 8, 2022 by Michael G

Video by via Dailymotion Source ఉత్తర జిల్లాల్లో అతి భారీ వర్షాలు |V6 News ఒక్క దెబ్బకు 5 కొల్వులు | ఏడికంటె ఆడికి పట్టుకపోవచ్చుhttps://youtu.be/RN5WCxoHJGs అద్దిరిపొయినయ్ వెదురు బొమ్మలుhttps://youtu.be/0hFI4QSPWHY ఖరీదైన రాఖీలుhttps://youtu.be/rfnZOrvKZfA మట్టి శేతులు చేసిన నగలుhttps://youtu.be/GQBtBnrqE9s నది దాటితేనే సదువులుhttps://youtu.be/yXU4hA-gA6k పడవ పందాలు https://youtu.be/q5YupsvEpJ0 రామాయణం రాశిందిhttps://youtu.be/Cebga3kW4Ws ► Subscribe to V6 News : https://www.youtube.com/c/V6NewsTelugu► Subscribe to V6 Life : https://www.youtube.com/c/V6Life► Follow Us On Dailymotion :…

百格大事纪 | 被提名副首相人选?阿兹敏耍太极避答

Posted on August 8, 2022 by Michael G

Video by via Dailymotion Source 早前土团党内部消息指,阿兹敏是土团党提名的唯一副首相人选,不过阿兹敏今日出席活动时被记者追问,他如何回应? Go to Source

పెరుగుతున్న లోన్ యాప్ ఆగడాలు..ఫోటో మార్ఫింగ్ చేసి బెదిరింపులు | Online Loan Apps Fraud | ABN Telugu

Posted on August 8, 2022 by Michael G

Video by via Dailymotion Source పెరుగుతున్న లోన్ యాప్ ఆగడాలు..ఫోటో మార్ఫింగ్ చేసి బెదిరింపులు | Online Loan Apps Fraud | ABN Telugu Go to Source

  • Previous
  • 1
  • …
  • 1,480
  • 1,481
  • 1,482
  • 1,483
  • 1,484
  • 1,485
  • 1,486
  • …
  • 1,529
  • Next

Recent Posts

  • SmartEsq has launched an AI-powered MFN Election tool
  • Open Source email Clients
  • When and how to use benchmarking
  • How Plotly AI revolutionizes the dashboard development process
  • [TUT] LoRa & LoRaWAN – MikroTik wAP LR8 kit mit The Things Network verbinden [4K | DE]

Categories

  • Android
  • Linux
  • News
  • Open Source
©2025 Open World News | Powered by Superb Themes
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT