)]}'
{"neutron/api/v2/attributes.py":[{"author":{"_account_id":11279,"name":"Angus Lees","email":"gus@inodes.org","username":"gus"},"change_message_id":"149d9490c2e116fbd140027650cb1277186cf50f","unresolved":false,"context_lines":[{"line_number":538,"context_line":"        return [data]"},{"line_number":539,"context_line":""},{"line_number":540,"context_line":""},{"line_number":541,"context_line":"HOSTNAME_PATTERN \u003d (\"(?\u003d^.{1,254}$)(^(?:(?!\\d+\\.|-)[a-zA-Z0-9_\\-]\""},{"line_number":542,"context_line":"                    \"{1,63}(?\u003c!-)\\.?)+(?:[a-zA-Z]{2,})$)\")"},{"line_number":543,"context_line":""},{"line_number":544,"context_line":"HEX_ELEM \u003d \u0027[0-9A-Fa-f]\u0027"}],"source_content_type":"text/x-python","patch_set":1,"id":"5a890539_102341bf","side":"PARENT","line":541,"updated":"2014-11-28 00:05:14.000000000","message":"Removing that backslash was intentional?\nWe\u0027ve effectively disabled the check that a hostname-component can\u0027t be all digits.  If we did indeed want to remove that check, then we should just remove the entire (?!\\d+) assertion.\n\nWorse, the new regex now rejects any hostname where a component starts with a digit (eg \"www.4ever.com\").  This was previously accepted, and is allowed by (all but the earliest) RFCs.","commit_id":"0965f81eb45abf1947ba9a7ac7e0fbcd6cbb2abc"}],"neutron/tests/unit/test_attributes.py":[{"author":{"_account_id":13670,"name":"ANish","email":"anish2good@yahoo.co.in"},"change_message_id":"57503a46a9e8904044fe57f62bcf2a50fa3d3831","unresolved":false,"context_lines":[{"line_number":276,"context_line":"            msg \u003d attributes._validate_fixed_ips(fixed)"},{"line_number":277,"context_line":"            self.assertIsNone(msg)"},{"line_number":278,"context_line":""},{"line_number":279,"context_line":"    def test_validate_nameservers(self):"},{"line_number":280,"context_line":"        ns_pools \u003d [[\u00271.1.1.2\u0027, \u00271.1.1.2\u0027],"},{"line_number":281,"context_line":"                    [\u0027www.hostname.com\u0027, \u0027www.hostname.com\u0027],"},{"line_number":282,"context_line":"                    [\u002777.hostname.com\u0027],"}],"source_content_type":"text/x-python","patch_set":1,"id":"5a890539_98898f28","line":279,"updated":"2014-11-24 18:04:17.000000000","message":"all the ns_pools are by default on port 80, what if the name-server is running on different port do we have test cases for this ?","commit_id":"1681f62ec91b6c3705a14393815542dc1746de71"}]}
