Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Commit

Permalink
Well, don't use log extension. File isn't readable that easy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Jan 5, 2011
1 parent 4058997 commit a9e76a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def help(*objects):
del editorbase

# The place to store your command history between sessions
histfile = os.path.join(user_dir, "history.log")
histfile = os.path.join(user_dir, "history")

# Functions automatically added to the builtins namespace so that you can
# use them in the debugger and other unusual environments
Expand Down

0 comments on commit a9e76a2

Please sign in to comment.