pacparser 1.4.2.dev22__tar.gz → 1.4.3.dev4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pacparser-1.4.2.dev22 → pacparser-1.4.3.dev4}/PKG-INFO +1 -1
- {pacparser-1.4.2.dev22 → pacparser-1.4.3.dev4}/pacparser.egg-info/PKG-INFO +1 -1
- {pacparser-1.4.2.dev22 → pacparser-1.4.3.dev4}/pacparser_py.c +1 -1
- {pacparser-1.4.2.dev22 → pacparser-1.4.3.dev4}/MANIFEST.in +0 -0
- {pacparser-1.4.2.dev22 → pacparser-1.4.3.dev4}/pacparser/__init__.py +0 -0
- {pacparser-1.4.2.dev22 → pacparser-1.4.3.dev4}/pacparser.egg-info/SOURCES.txt +0 -0
- {pacparser-1.4.2.dev22 → pacparser-1.4.3.dev4}/pacparser.egg-info/dependency_links.txt +0 -0
- {pacparser-1.4.2.dev22 → pacparser-1.4.3.dev4}/pacparser.egg-info/top_level.txt +0 -0
- {pacparser-1.4.2.dev22 → pacparser-1.4.3.dev4}/setup.cfg +0 -0
- {pacparser-1.4.2.dev22 → pacparser-1.4.3.dev4}/setup.py +0 -0
|
@@ -68,7 +68,7 @@ py_pacparser_init(PyObject *self, PyObject *args)
|
|
|
68
68
|
|
|
69
69
|
// Parses the PAC script string.
|
|
70
70
|
//
|
|
71
|
-
//
|
|
71
|
+
// Evaluates the PAC script string in the JavaScript context created by
|
|
72
72
|
// pacparser_init.
|
|
73
73
|
static PyObject * // 0 (=Failure) or 1 (=Success)
|
|
74
74
|
py_pacparser_parse_pac_string(PyObject *self, PyObject *args)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|