I figured out what canonicalization is

This commit is contained in:
Diskette Guy
2025-10-14 06:07:54 +07:00
parent bb1d5699af
commit a4fdd73ecb
+8 -3
View File
@@ -7,6 +7,7 @@ Flags:
[IDK] : Will return later and figure out how it works
[IK] : The author seemed to have an understanding of thi
[$TITLE] : the title of the file
[WONDR] : Wonder if I can improve this...
Python's __main__ and __init__
As far as I know, __init__ is the initialization script, just like Unix and alike's /etc/init.rc script. It's required to make it so that it's a package.
@@ -20,9 +21,13 @@ dkim.canonicalization is quite literally, ../dkim/canonicalization/
[canonicalization.py]
[IDK] This is a file about... canonicalization... what ever that is.... Ubuntu?
Canonicalization, in computer science is a process for converting data that has more than one possible representation into a standard "canonical" form --- thanks wikipedia, CC BY-SA 4.0
imports regular expression module
global variable __all__ is that thing
unused (potential future code) exception
this seem to do ab
lots of regular expression codes..
[WONDR]
I wonder if I can fit my U-label convertor here...