Skip to content

CLN: assorted #36606

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

Merged
merged 8 commits into from
Sep 28, 2020
Merged

CLN: assorted #36606

merged 8 commits into from
Sep 28, 2020

Conversation

jbrockmendel
Copy link
Member

Makefile Outdated
-python setup.py clean
-python3 setup.py clean
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reason for having python3 rather than python?
When using virtual environment, it will be just python.
When working on windows (unluckily) there is python or py or py -3, but no python3.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when not using a virtualenv on OSX or Linux, python still points at python2

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thus, it will break make on windows.
What about setting $(PYTHON) variable depending on OS?
https://stackoverflow.com/a/14777895

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea I'd rather just keep these as is. I'm pretty sure macOS and most linux distros have or are in the process of removing the standard py2 installation, so this is adding what will soon be legacy code style

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does make even work on windows?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is possible to use make on windows. I use it. in GitBash terminal (MinGW) it works almost as in bash.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deal breaker? i think osx/linux use case is more common, but not a hill worth dying on.

@jreback jreback added this to the 1.2 milestone Sep 24, 2020
@jreback
Copy link
Contributor

jreback commented Sep 24, 2020

lgtm. @ivanovmg has a comment

@jbrockmendel
Copy link
Member Author

reverted non-unanimous bit

@jreback
Copy link
Contributor

jreback commented Sep 27, 2020

lgtm.

whats up with the py38_np_dev build, any idea?

@jbrockmendel
Copy link
Member Author

whats up with the py38_np_dev build, any idea?

Looks like a new exception message

@jbrockmendel jbrockmendel merged commit c296a93 into pandas-dev:master Sep 28, 2020
@jbrockmendel jbrockmendel deleted the docfix branch September 28, 2020 15:39
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
* docstring fixups, closes pandas-dev#26982

* update RangeIndex docstring, closes pandas-dev#22373

* CLN: misc

* CLN: update Makefil

* update nat docstrings to match

* revert controversial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Fix docstring quotes in pandas.tseries version 0.23: RangeIndex argument order changed, docs stale
4 participants