Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document globbing in %history -g <pattern>. #2242

Merged
merged 1 commit into from Aug 5, 2012

Conversation

bfroehle
Copy link
Contributor

@bfroehle bfroehle commented Aug 3, 2012

The pattern is treated as a SQLite GLOB '*<pattern>*', so regular glob characters like ? and * are available.

This is intended to replace #1285 which proved somewhat controversial and has be languishing in the pull request queue for several months.

The pattern is treated as a SQLite GLOB '*<pattern>*', so regular
glob characters like '?' and '*' are available.
@takluyver
Copy link
Member

As mentioned on #1285, I think this approach is OK.

takluyver added a commit that referenced this pull request Aug 5, 2012
Document globbing in `%history -g <pattern>`.
@takluyver takluyver merged commit 4d2a63b into ipython:master Aug 5, 2012
@takluyver
Copy link
Member

Merged. Thanks, @bfroehle .

mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Document globbing in `%history -g <pattern>`.
xiapoy added a commit to xiapoy/ipython that referenced this pull request Mar 1, 2017
This PR follows the issue ipython#2242.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants