[PR #34] [CLOSED] Py3k: Fix initial issues throwing syntax errors with Py3k #63

Closed
opened 2026-02-26 03:33:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/laurivosandi/certidude/pull/34
Author: @plaes
Created: 10/1/2017
Status: Closed

Base: masterHead: py3k


📝 Commits (4)

  • ad78ebc py3k: Use proper octal constants for file permission
  • 3b6c79a py3k: Use print()
  • 97b889f py3k: Use compatible exception syntax
  • 60e8c35 py3k: Use relative import

📊 Changes

5 files changed (+14 additions, -14 deletions)

View changed files

📝 certidude/api/request.py (+1 -1)
📝 certidude/api/scep.py (+1 -1)
📝 certidude/cli.py (+6 -6)
📝 certidude/config.py (+1 -1)
📝 tests/test_cli.py (+5 -5)

📄 Description

Now I can get to the point where pip install -e . works and I can run certidude command.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/laurivosandi/certidude/pull/34 **Author:** [@plaes](https://github.com/plaes) **Created:** 10/1/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `py3k` --- ### 📝 Commits (4) - [`ad78ebc`](https://github.com/laurivosandi/certidude/commit/ad78ebc33595851199091062dbb2c569f01e6047) py3k: Use proper octal constants for file permission - [`3b6c79a`](https://github.com/laurivosandi/certidude/commit/3b6c79a296bb8d2a5d98c80e20742c90d380fe50) py3k: Use print() - [`97b889f`](https://github.com/laurivosandi/certidude/commit/97b889f5b71e1231fe0062c14c5fcad75bc79c2d) py3k: Use compatible exception syntax - [`60e8c35`](https://github.com/laurivosandi/certidude/commit/60e8c351a0035997b560e3022feaecdfcff2f68b) py3k: Use relative import ### 📊 Changes **5 files changed** (+14 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `certidude/api/request.py` (+1 -1) 📝 `certidude/api/scep.py` (+1 -1) 📝 `certidude/cli.py` (+6 -6) 📝 `certidude/config.py` (+1 -1) 📝 `tests/test_cli.py` (+5 -5) </details> ### 📄 Description Now I can get to the point where `pip install -e .` works and I can run `certidude` command. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:37 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certidude-laurivosandi#63
No description provided.