Commit Graph

15 Commits

Author SHA1 Message Date
Hugo van Kemenade 7f4e764885
PEP 565: Fix footnotes (#2741)
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
2022-08-04 11:42:03 +03:00
Marti Raudsepp 9b64c6ea75
Various typo/grammar/style fixes (#1789)
Changes detected by Topy (https://github.com/intgr/topy), all changes
verified by hand, false positives have been omitted.

These range from straight-out misspellings to debatable hyphen placement.
The hyphen changes are supported by grammar manuals of style.
2021-02-03 06:06:23 -08:00
Hugo van Kemenade ba36cccc2d
Fix RST backticks (#1554) 2020-08-07 09:35:20 -07:00
Nick Coghlan 782c072ba9
PEP 565 implementation has been merged 2018-01-08 12:54:24 +10:00
Victor Stinner 355eced94c PEP 565 has been accepted by Guido van Rossum 2017-12-13 00:51:53 +01:00
Nick Coghlan 6e93c8d2e6
PEP 565: mention warnings.hide_warnings proposal 2017-12-06 14:48:36 +10:00
Nick Coghlan 5686cccb80 PEP 565: Minor fixes to PEP text 2017-11-29 19:43:46 +10:00
Nick Coghlan 47ea35f051 PEP 565: Reword an awkward sentence 2017-11-28 20:57:03 +10:00
Nick Coghlan aaa64f53d0 PEP 565: Address Guido & Serhiy's comments
- note advice for test runners in abstract
- add explicit sections for test runner and
  interactive shell guidance
- simplify the warning category descriptions
  by moving the test runner details to their
  new section
- make it clear FutureWarning is gaining a
  second use case, while also keeping its old
  one
- note that IPython already follows the new
  guidance for interactive shells (and use
  their approach as an example)
- reword the advice for library and framework
  authors wanting seeking noisier compatibility
  warnings on earlier Python versions
2017-11-28 20:26:52 +10:00
Nick Coghlan c7cda067d4 PEP 565: note an implementation detail 2017-11-25 15:23:27 +10:00
Nick Coghlan ca9c7a845c PEP 565: add 2nd post date 2017-11-25 15:17:32 +10:00
Nick Coghlan 0c8ec1a7da
PEP 565: issue link for debug build changes 2017-11-21 12:21:12 +10:00
Nick Coghlan 30daada786
PEP 565: Update for python-dev discussion (#478) 2017-11-19 17:11:18 +10:00
Mariatta 794178d6e0
PEP 565: Add missing backtick (GH-466) 2017-11-12 16:43:52 -08:00
Nick Coghlan 9a3d13f690
PEP 565: change the default warnings filter (#465) 2017-11-12 13:46:56 +10:00