mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Optionally honour #! paths in scripts. Fixes #676358.
This commit is contained in:
parent
996acf122d
commit
3d3b74677a
14 changed files with 54 additions and 14 deletions
|
|
@ -14,6 +14,7 @@
|
|||
@interface MyDocument : NSDocument <FileSettingsSource>
|
||||
{
|
||||
IBOutlet NSTextField *interpreter;
|
||||
IBOutlet NSButton *honourhashbang;
|
||||
IBOutlet NSButton *debug;
|
||||
IBOutlet NSButton *verbose;
|
||||
IBOutlet NSButton *inspect;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue