From 99b6ce56f8185bb936cae3b2b67ae24b11853e30 Mon Sep 17 00:00:00 2001 From: Martin DeMello Date: Tue, 15 Aug 2023 13:27:35 -0700 Subject: [PATCH] Note that lnotab_notes.txt is only valid before 3.11 (#107961) --- Objects/lnotab_notes.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Objects/lnotab_notes.txt b/Objects/lnotab_notes.txt index 362b87a86a4..d45d09d4ab9 100644 --- a/Objects/lnotab_notes.txt +++ b/Objects/lnotab_notes.txt @@ -1,4 +1,7 @@ -Description of the internal format of the line number table +Description of the internal format of the line number table in Python 3.10 +and earlier. + +(For 3.11 onwards, see Objects/locations.md) Conceptually, the line number table consists of a sequence of triples: start-offset (inclusive), end-offset (exclusive), line-number.