This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author patriki
Recipients nedbat, patriki, r.david.murray, serhiy.storchaka
Date 2016-12-24.18:25:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482603933.15.0.614373009486.issue29048@psf.upfronthosting.co.za>
In-reply-to
Content
Sure, here you go.

$ ./python ../coveragepy debug sys
-- sys -------------------------------------------------------
              version: 4.3a0
             coverage: ../coveragepy/coverage/__init__.py
           cover_dirs: /home/irina/patrik/coveragepy/coverage
           pylib_dirs: /home/irina/patrik/cpython/Lib
               tracer: PyTracer
 plugins.file_tracers: -none-
         config_files: .coveragerc
                       setup.cfg
                       tox.ini
         configs_read: -none-
            data_path: /home/irina/patrik/cpython/.coverage
               python: 3.7.0a0 (default:7ceacac48cd2+, Dec 24 2016, 19:08:24) [GCC 5.4.0 20160609]
             platform: Linux-4.4.0-53-generic-x86_64-with-debian-stretch-sid
       implementation: CPython
           executable: /home/irina/patrik/cpython/python
                  cwd: /home/irina/patrik/cpython
                 path: 
                       /usr/local/lib/python37.zip
                       /home/irina/patrik/cpython/Lib
                       /home/irina/patrik/cpython/build/lib.linux-x86_64-3.7
          environment: -none-
         command_line: ../coveragepy/coverage/__main__.py debug sys
         source_match: -none-
    source_pkgs_match: -none-
        include_match: -none-
           omit_match: -none-
          cover_match: /home/irina/patrik/coveragepy/coverage
          pylib_match: /home/irina/patrik/cpython/Lib
History
Date User Action Args
2016-12-24 18:25:33patrikisetrecipients: + patriki, nedbat, r.david.murray, serhiy.storchaka
2016-12-24 18:25:33patrikisetmessageid: <1482603933.15.0.614373009486.issue29048@psf.upfronthosting.co.za>
2016-12-24 18:25:33patrikilinkissue29048 messages
2016-12-24 18:25:32patrikicreate