Aug-14-2018, 02:10 AM
today, i was reading through the doc for module ipaddress. i have already used this module, but i am going through everything again, more slowly this time because i missed a lot the first time. so as i was reading i expected to see a function to convert IPv6Address types to a full format,
fd00:1::5
-> fd00:0001:0000:0000:0000:0000:0000:0005
. but i saw no such function. it would not be hard to write one, but i just never tried because i figured there already was one. so, did i miss this on an even slower read, or will i not be abused for writing one?