Related changes
← Cable
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
3 January 2026
| 03:24 | User:RainbowDash diffhist +52 RainbowDash talk contribs (Cable) | ||||
| N 03:21 | Cable/Implementations diffhist +9,457 RainbowDash talk contribs (Created page with "<pre> import operator import re # ---------------- OPS ---------------- ops = { "+=": operator.add, "-=": operator.sub, "*=": operator.mul, "//=": operator.floordiv, "%=": operator.mod, } # ---------------- HELPERS ---------------- def parse_string_literal(s): """Extract string literal from quotes and handle escape sequences.""" if s.startswith('"') and s.endswith('"'): content = s[1:-1] # Handle escape sequences cont...") | ||||
1 January 2026
| N 05:43 | Category:2026 diffhist +11 PrySigneToFry talk contribs (Created page with "{{yearcat}}") | ||||