mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-20 15:10:58 +00:00
1 line
1.0 KiB
JSON
1 line
1.0 KiB
JSON
[{"user_id": 960, "stars": [], "topic_id": 44315, "date_created": 1314052351.622457, "message": "Any thoughts on blowing away the site packages that `site` loads so it will refresh everything?", "group_id": 292, "id": 1934531}, {"user_id": 960, "stars": [], "topic_id": 44315, "date_created": 1314052531.007334, "message": "Doing a `del sys.modules[\"some_package\"]; import site; import some_package;` doesn't seem to work. `some_package` should be getting reimported.", "group_id": 292, "id": 1934561}, {"user_id": 960, "stars": [], "topic_id": 44315, "date_created": 1314052521.8371029, "message": "I'm playing with some oddball quirks because of namespace packages and in-process installation.", "group_id": 292, "id": 1934558}, {"user_id": 37535, "stars": [], "topic_id": 44315, "date_created": 1314886902.725564, "message": "You could reload your package. For example: \nIn [1]: import datetime\nIn [2]: reload(datetime)\nThis will change the entire module for the new version or simply reload the same version.", "group_id": 292, "id": 2020578}] |