This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Added best practice env/enc snippets#1
Merged
kevinsawicki merged 1 commit intoatom:masterfrom Feb 28, 2014
kennethreitz:patch-1
Merged
Added best practice env/enc snippets#1kevinsawicki merged 1 commit intoatom:masterfrom kennethreitz:patch-1
kevinsawicki merged 1 commit intoatom:masterfrom
kennethreitz:patch-1
Conversation
Contributor
|
I hadn’t seen this one. #4 is the same but shorter, and it doesn’t rename the snippet. |
Contributor
Author
|
You don't always want both, they should be separate. |
|
I concur with @kennethreitz - I only add a shebang line to my .py files that are intended to be run stand-alone. The vast majority of them are not, so they don't have a shebang. I should also be specifying an encoding... |
kevinsawicki
added a commit
that referenced
this pull request
Feb 28, 2014
Added best practice env/enc snippets
Contributor
|
Thanks, merged to master. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.