mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Add notes on the meaning of the bug numbers in a comment.
This commit is contained in:
parent
52b97f168f
commit
7a171a7391
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# (C) Copyright 2015 Sei Lisa. All rights reserved.
|
||||
# (C) Copyright 2015-2016 Sei Lisa. All rights reserved.
|
||||
#
|
||||
# This file is part of LSL PyOptimizer.
|
||||
#
|
||||
|
@ -34,6 +34,9 @@ class ELSONotSupported(Exception):
|
|||
pass
|
||||
|
||||
# Recognized: 3763, 6466, 6495
|
||||
# BUG-3763 affected llXorBase64 (see lslbasefuncs.py). It's been fixed.
|
||||
# BUG-6466 is about some valid numbers in JSON not being accepted. It's fixed.
|
||||
# BUG-6495 is about "]" inside a JSON string closing an array. It's NOT FIXED.
|
||||
Bugs = set([6495])
|
||||
|
||||
LSO = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue