cpython/Tools/clinic
Miss Islington (bot) 67748f18c9
[3.12] gh-106970: Fix Argument Clinic 'destination <name> clear' command (GH-106972) (#106983)
Add test for the 'destination <name> clear' command,
and the 'destination' directive in general.

Fix two bugs in 'destination <name> clear' command:

1. The text attribute of the allocator is called 'text', not '_text'
2. Return after processing the 'clear' command,
   instead of proceeding directly to the fail().
(cherry picked from commit 3372bcba98)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
2023-07-22 11:06:46 +02:00
..
clinic.py [3.12] gh-106970: Fix Argument Clinic 'destination <name> clear' command (GH-106972) (#106983) 2023-07-22 11:06:46 +02:00
cpp.py gh-104683: Modernise Tools/clinic/ (#104684) 2023-05-20 20:16:49 +00:00
mypy.ini gh-104050: Add more annotations to Tools/clinic.py (#104544) 2023-05-16 17:18:28 +00:00
requirements-dev.txt Bump mypy from 1.2.0 to 1.3.0 in /Tools/clinic (#104501) 2023-05-15 09:17:48 +00:00