Skip to content

Instantly share code, notes, and snippets.

@amiremohamadi
amiremohamadi / plusplus.patch
Created January 14, 2025 18:40
simple implementation of ++ operator for python 3.10
diff --git a/Doc/library/token-list.inc b/Doc/library/token-list.inc
index 1a99f05..8396101 100644
--- a/Doc/library/token-list.inc
+++ b/Doc/library/token-list.inc
@@ -129,6 +129,10 @@
Token value for ``"**"``.
+.. data:: PLUSPLUS
+