mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-11-08 18:02:23 +05:30
generate_C_lang_token.py: add an important TODO
This commit is contained in:
parent
3771d85aef
commit
419ebe2cba
@ -4,6 +4,9 @@
|
||||
#
|
||||
# Author: Intel A80486DX2-66
|
||||
# License: Creative Commons Zero 1.0 Universal
|
||||
#
|
||||
# TODO: If the generated token starts with `__`, replace the first 2 characters
|
||||
# to a random [A-Za-z]{2,2} string
|
||||
|
||||
from random import choice
|
||||
from string import ascii_lowercase, ascii_uppercase, digits
|
||||
|
Loading…
Reference in New Issue
Block a user