timmerk / ipaddr-py

Automatically exported from code.google.com/p/ipaddr-py
0 stars 0 forks source link

change IPv6 string literals default case to lower case #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. examine the unittests
2. the IPv6 string literals are all upper case
3. observe that inet_pton() everywhere standardized (long ago) on lower case

What is the expected output? What do you see instead?

IPv6 string literals should be lower case.

What version of the product are you using? On what operating system?

svn checkout at r6.

Please provide any additional information below.

Patch available at http://codereview.appspot.com/7678

Original issue reported on code.google.com by ekl...@gmail.com on 26 Oct 2008 at 6:30

GoogleCodeExporter commented 9 years ago
Committed r7.

Original comment by mshields+personal@google.com on 26 Oct 2008 at 7:40