cmcqueen / lzs-compression

Compression using LZS-style algorithm, derived from LZ77-style
MIT License
19 stars 8 forks source link

Use numeric index instead of named parameter for sys.version_info for… #7

Closed quanterium closed 6 years ago

quanterium commented 6 years ago

… Python2.6 compatibility

sys.version_info added named parameters in Python 2.7. By using a numeric index instead, the code becomes compatible with Python 2.6 which is the version shipped with CentOS/Red Hat Enterprise Linux 6.