gtaylor / python-route53

A simple Python 2.7/3.x compatible Route53 module. [UNMAINTAINED]
https://python-route53.readthedocs.org
MIT License
40 stars 21 forks source link

When you use a wildcard DNS hostname, i.e. *.domain.com, the return #5

Closed cd34 closed 8 years ago

cd34 commented 11 years ago

value is \052.domain.com. which needs to be cleaned up. There are a few other octal values that need to be handled. Boto faces the same issue: https://github.com/boto/boto/pull/1216 with a suggested fix from a gist: https://gist.github.com/meonkeys/4482362#file-route53octals-py-L13

Test code for a single record set along with tests to mirror the gist were added.

gtaylor commented 8 years ago

I somehow missed this one. I understand that this is very late to the game, but if you want to rebase and re-submit, I'll get this merged in. Sorry for the radio silence for so long.