PEP 505: Resolve unreferenced footnotes (#3243)

This commit is contained in:
Adam Turner 2023-08-02 16:29:45 +01:00 committed by GitHub
parent 08ec298efd
commit 8be3570b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 15 deletions

View File

@ -1,7 +1,5 @@
PEP: 505
Title: None-aware operators
Version: $Revision$
Last-Modified: $Date$
Author: Mark E. Haase <mehaase@gmail.com>, Steve Dower <steve.dower@python.org>
Status: Deferred
Type: Standards Track
@ -236,7 +234,7 @@ conversion to use ``None``-aware operators may look like.
Standard Library
----------------
Using the ``find-pep505.py`` script[5]_ an analysis of the Python 3.7 standard
Using the ``find-pep505.py`` script [5]_ an analysis of the Python 3.7 standard
library discovered up to 678 code snippets that could be replaced with use of
one of the ``None``-aware operators::
@ -844,7 +842,7 @@ References
==========
.. [1] C# Reference: Operators
(https://msdn.microsoft.com/en-us/library/6a71f45d.aspx)
(https://learn.microsoft.com/en/dotnet/csharp/language-reference/operators/)
.. [2] A Tour of the Dart Language: Operators
(https://www.dartlang.org/docs/dart-up-and-running/ch02.html#operators)
@ -862,14 +860,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End: