Skip to content

Commit 1f51e02

Browse files
JacobCoffeeclaude
andcommitted
fix typos in migrated blog content
- Fix Interpeter → Interpreter (2 posts) - Fix commiter → committer - Fix versons → versions - Fix lastest → latest - Fix repesentation → representation - Allowlist Sur (Big Sur), aboue (Old English), availabl (truncated) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5270c6a commit 1f51e02

File tree

7 files changed

+12
-9
lines changed

7 files changed

+12
-9
lines changed

_typos.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ repr = "repr"
4040
compat = "compat"
4141
noreply = "noreply"
4242
# Common in migrated Blogger content
43+
Sur = "Sur"
44+
aboue = "aboue"
45+
availabl = "availabl"
4346
ba = "ba"
4447
iff = "iff"
4548
nd = "nd"

content/posts/2011-language-summit-report/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ There didn't appear to be a clear-cut solution right away, but the relevant part
8787

8888
Some thoughts for 3.3 features came up, including two PEPs. [PEP 382](http://www.python.org/dev/peps/pep-0382), covering Namespace Packages, should appear at some point in the cycle. It was also mentioned during the distutils merger topic.
8989

90-
[PEP 393](http://www.python.org/dev/peps/pep-0393), defining a flexible string repesentation, was also up for discussion and also has some interested students as a GSoC project. Along with the implementation, some effort will need to be placed on the performance and memory characteristics of the new internals in order to see if they can be accepted.
90+
[PEP 393](http://www.python.org/dev/peps/pep-0393), defining a flexible string representation, was also up for discussion and also has some interested students as a GSoC project. Along with the implementation, some effort will need to be placed on the performance and memory characteristics of the new internals in order to see if they can be accepted.
9191

9292
#### Unladen Swallow
9393

content/posts/meet-team-tarek-ziade/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Since December 21 2008
2525

2626
I started as a core developer in order to maintain Distutils and make it evolve.
2727

28-
My first commit as a core developer was a fix for small bug in a distutils feature I proposed before I became a commiter. That feature was added the week before in Python. It's the ability to configure Distutils' register and upload commands to work with several pypi-like servers.
28+
My first commit as a core developer was a fix for small bug in a distutils feature I proposed before I became a committer. That feature was added the week before in Python. It's the ability to configure Distutils' register and upload commands to work with several pypi-like servers.
2929

3030
I committed with my brand new rights on Wed, 24 Dec 2008, which happens to be my birthday, and also the 17th anniversary of the 0.9.4 release of Python.
3131

content/posts/python-3130-alpha-3-is-now-available/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Alpha releases are intended to make it easier to test the current state of new f
2323

2424
During the alpha phase, features may be added up until the start of the beta phase (2024-05-07) and, if necessary, may be modified or deleted up until the release candidate phase (2024-07-30). Please keep in mind that this is a preview release and its use is **not** recommended for production environments.
2525

26-
Many new features for Python 3.13 are still being planned and written. Work continues apace on both the work to [remove the Global Interpeter Lock](https://peps.python.org/pep-0703/) , and to improve Python performance. The most notable changes so far:
26+
Many new features for Python 3.13 are still being planned and written. Work continues apace on both the work to [remove the Global Interpreter Lock](https://peps.python.org/pep-0703/) , and to improve Python performance. The most notable changes so far:
2727

2828
- In the interactive interpreter, [exception tracebacks are now colorized by default](https://docs.python.org/dev/whatsnew/3.13.html#improved-error-messages) .
2929
- Docstrings now have [their leading indentation stripped](https://docs.python.org/dev/whatsnew/3.13.html#other-language-changes) , reducing memory use and the size of .pyc files. (Most tools handling docstrings already strip leading indentation.)

content/posts/python-3130-alpha-5-is-now-available/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Alpha releases are intended to make it easier to test the current state of new f
2323

2424
During the alpha phase, features may be added up until the start of the beta phase (2024-05-07) and, if necessary, may be modified or deleted up until the release candidate phase (2024-07-30). Please keep in mind that this is a preview release and its use is **not** recommended for production environments.
2525

26-
Many new features for Python 3.13 are still being planned and written. Work continues apace on both the work to [remove the Global Interpeter Lock](https://peps.python.org/pep-0703/) , and to improve Python performance. The most notable changes so far:
26+
Many new features for Python 3.13 are still being planned and written. Work continues apace on both the work to [remove the Global Interpreter Lock](https://peps.python.org/pep-0703/) , and to improve Python performance. The most notable changes so far:
2727

2828
- In the interactive interpreter, [exception tracebacks are now colorized by default](https://docs.python.org/dev/whatsnew/3.13.html#improved-error-messages) .
2929
- A [preliminary, *experimental* JIT was added](https://docs.python.org/dev/whatsnew/3.13.html#experimental-jit-compiler), providing the ground work for significant performance improvements.
30-
30+
3131
- Docstrings now have [their leading indentation stripped](https://docs.python.org/dev/whatsnew/3.13.html#other-language-changes) , reducing memory use and the size of .pyc files. (Most tools handling docstrings already strip leading indentation.)
3232
- The [dbm module](https://docs.python.org/dev/library/dbm.html) has a new [dbm.sqlite3 backend](https://docs.python.org/dev/whatsnew/3.13.html#id1) that is used by default when creating new files.
33-
33+
3434
- [PEP 594 (Removing dead batteries from the standard library)](https://peps.python.org/pep-0594/) scheduled removals of many deprecated modules: `aifc`, `audioop`, `chunk`, `cgi`, `cgitb`, `crypt`, `imghdr`, `mailcap`, `msilib`, `nis`, `nntplib`, `ossaudiodev`, `pipes`, `sndhdr`, `spwd`, `sunau`, `telnetlib`, `uu`, `xdrlib`, `lib2to3`.
3535
- [Many other removals](https://docs.python.org/dev/whatsnew/3.13.html#removed) of deprecated classes, functions and methods in various standard library modules.
3636
- [New deprecations](https://docs.python.org/dev/whatsnew/3.13.html#deprecated) , most of which are scheduled for removal from Python 3.15 or 3.16.

content/posts/python-370b5-bonus-beta-is-now/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ published: true
1010
legacyUrl: /2018/05/python-370b5-bonus-beta-is-now.html
1111
---
1212

13-
A 3.7 update: Python **[3.7.0b5](https://www.python.org/downloads/release/python-370b5/)** is now the **final beta preview** of **Python 3.7**, the next feature release of Python. 3.7.0b4 *was* intended to be the final beta but, due to some unexpected compatibility issues discovered during beta testing of third-party packages, we decided to revert some changes in how Python's 3.7 [Abstract Syntax Tree parser](https://docs.python.org/3.7/library/ast.html) deals with docstrings; **3.7.0b5** now behaves like 3.6.x and previous releases (refer to [the 3.7.0b5 changelog](https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-0-beta-5) for more information). **If your code makes use of the ast module, you are strongly encouraged to test (or retest) that code with 3.7.0b5, especially if you previously made changes to work with earlier preview versons of 3.7.0.** As always, please report issues found to [bugs.python.org](https://bugs.python.org/) as soon as possible. Please keep in mind that this is a preview release and its use is not recommended for production environments. *Attention macOS users*: there is now a new installer variant for macOS 10.9+ that includes a built-in version of Tcl/Tk 8.6. This variant is expected to become the default version when 3.7.0 releases. Check it out! The next (and final, we hope!) preview release will be **the release candidate** which is now planned for **2018-06-11** followed by the **official release of 3.7.0,** now planned for **2018-06-27**. You can find Python 3.7.0b5 and more information here:
13+
A 3.7 update: Python **[3.7.0b5](https://www.python.org/downloads/release/python-370b5/)** is now the **final beta preview** of **Python 3.7**, the next feature release of Python. 3.7.0b4 *was* intended to be the final beta but, due to some unexpected compatibility issues discovered during beta testing of third-party packages, we decided to revert some changes in how Python's 3.7 [Abstract Syntax Tree parser](https://docs.python.org/3.7/library/ast.html) deals with docstrings; **3.7.0b5** now behaves like 3.6.x and previous releases (refer to [the 3.7.0b5 changelog](https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-0-beta-5) for more information). **If your code makes use of the ast module, you are strongly encouraged to test (or retest) that code with 3.7.0b5, especially if you previously made changes to work with earlier preview versions of 3.7.0.** As always, please report issues found to [bugs.python.org](https://bugs.python.org/) as soon as possible. Please keep in mind that this is a preview release and its use is not recommended for production environments. *Attention macOS users*: there is now a new installer variant for macOS 10.9+ that includes a built-in version of Tcl/Tk 8.6. This variant is expected to become the default version when 3.7.0 releases. Check it out! The next (and final, we hope!) preview release will be **the release candidate** which is now planned for **2018-06-11** followed by the **official release of 3.7.0,** now planned for **2018-06-27**. You can find Python 3.7.0b5 and more information here:
1414
[https://www.python.org/downloads/release/python-370b5/](https://www.python.org/downloads/release/python-370b5/)

content/posts/python-379-and-3612-security-updates/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Python 3.7.9 and 3.6.12 security updates now available
33
publishDate: '2020-08-17'
44
updatedDate: '2020-08-17'
55
author: Ned Deily
6-
description: 'Python 3.7.9 and 3.6.12, the lastest security fix rollups for Python 3.7 and Python 3.6, are now available. You can find the release files including updated ...'
6+
description: 'Python 3.7.9 and 3.6.12, the latest security fix rollups for Python 3.7 and Python 3.6, are now available. You can find the release files including updated ...'
77
tags:
88
- releases
99
published: true
1010
legacyUrl: /2020/08/python-379-and-3612-security-updates.html
1111
---
1212

13-
Python [3.7.9](https://www.python.org/downloads/release/python-379/) and [3.6.12](https://www.python.org/downloads/release/python-3612/), the lastest security fix rollups for **Python 3.7** and **Python 3.6**, are now available. You can find the release files including updated binary installers for 3.7.9, links to the changelogs, and more information here:
13+
Python [3.7.9](https://www.python.org/downloads/release/python-379/) and [3.6.12](https://www.python.org/downloads/release/python-3612/), the latest security fix rollups for **Python 3.7** and **Python 3.6**, are now available. You can find the release files including updated binary installers for 3.7.9, links to the changelogs, and more information here:
1414
[https://www.python.org/downloads/release/python-379/](https://www.python.org/downloads/release/python-379/)
1515
[https://www.python.org/downloads/release/python-3612/](https://www.python.org/downloads/release/python-3612/)
1616
Note that **Python 3.8** is now the latest feature release series of Python 3. You should consider upgrading to 3.8 as soon as practical. Get the latest release of 3.8.x [here](https://www.python.org/downloads/). Binary installers are normally not provided for **security fix** releases. However, since 3.7.8 was the last 3.7.x **bugfix** release and there are security fixes published in 3.7.9 that apply to users of some of the binary installers provided with 3.7.8, we have made an exception and are also updating the Windows and macOS binary installers for 3.7.9. We do not plan to provide further binary updates for future 3.7.x security releases.

0 commit comments

Comments
 (0)