View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015371ParaView(No Category)public2015-03-11 15:152015-09-06 12:18
ReporterScott Wittenburg 
Assigned ToScott Wittenburg 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version4.4 
Summary0015371: Fix the way _argparse.py is imported as a backup (Python 2.6 systems)
DescriptionSeveral python modules attempt to import argparse and if this fails (Python 2.6), then attempt to locally import _argparse.py from our repo. However, we had several copies of _argparse.py and not even in all the places they were needed, so many of those backup imports would have failed if they were even encountered.

We need just a single place in all of vtk/paraview where we can count on _argparse.py being located, and then every module that needs it as a backup can import it from there.

The one exception is when it is needed as a part of the build process, and we should leave it available locally in the single directory where it is needed.
TagsNo tags attached.
ProjectTBD
Topic Namefix-use-of-argparse-fallback
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0034305)
Utkarsh Ayachit (administrator)
2015-03-14 22:25


SUMMARY
---------------------------------------------
Topics merged into master (v4.3.1-273-g4c64e08):
(VTK) fix-use-of-argparse-fallback
        read-selected-halos-both-readers

(0034444)
Alan Scott (manager)
2015-06-02 18:55

Closing without testing. Developer tag in git.

 Issue History
Date Modified Username Field Change
2015-03-11 15:15 Scott Wittenburg New Issue
2015-03-11 15:15 Scott Wittenburg Assigned To => Scott Wittenburg
2015-03-11 15:19 Scott Wittenburg Topic Name => fix-use-of-argparse-fallback
2015-03-11 15:19 Scott Wittenburg Status backlog => gatekeeper review
2015-03-11 15:19 Scott Wittenburg Resolution open => fixed
2015-03-14 22:25 Utkarsh Ayachit Note Added: 0034305
2015-03-14 22:25 Utkarsh Ayachit Fixed in Version => git-master
2015-06-02 08:43 Utkarsh Ayachit Status gatekeeper review => customer review
2015-06-02 18:55 Alan Scott Note Added: 0034444
2015-06-02 18:55 Alan Scott Status customer review => closed
2015-09-06 12:18 Utkarsh Ayachit Fixed in Version git-master => 4.4


Copyright © 2000 - 2018 MantisBT Team